WPIntell

Source evidence

SSL Support

Custom Favicon – Easily Add a Favicon in WordPress · support · 2014-02-05T20:42:00+00:00

mixedsentiment
lowseverity
0.62relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 34 rows with source links

14.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Will Earnhardt resolved
On line 115 of custom-favicon.php your plugin enqueues the javascript file for the admin using WP_PLUGIN_URL . This means the js file is blocked on modern browsers by default if you are using SSL admin because it tries to load the file over http instead of https. The proper way to do this is to use plugins_url() , as noted here: http://codex.wordpress.org/Determining_Plugin_and_Content_Directories WordPress makes use of the following constants when determining the path to the content and plugin directories. These should not be used directly by plugins or themes I’ve patched this on my local version, any chance you can add this to your next update? https://wordpress.org/plugins/custom-favicon/ Thanks @earnjam William. I will definitely update the plugin with the code you suggested. Thanks again for helping to improve it. That’s great, thanks! I’ll mark this as resolved.

Comments

2 shown
Harish Chouhan 2014-02-08T19:29:00+00:00

Thanks @earnjam William. I will definitely update the plugin with the code you suggested. Thanks again for helping to improve it.

Will Earnhardt 2014-02-08T19:38:00+00:00

That’s great, thanks! I’ll mark this as resolved.