FortAwesome / wordpress-fontawesome

Font Awesome Official WordPress Plugin
Other
57 stars 19 forks source link

Fix path/url and trailing slashes #6

Closed pavelthq closed 6 years ago

pavelthq commented 6 years ago

In admin release 0.0.1 shows 404, because plugin_dir_url(FILE) contains includes folder. dirname from plugin_dir_url will help, however for better performance I have cached all the dir_url and dir_path to single define.