Needs Improvement (read comment)
-
When loading the plugin directory URL use plugins_url() instead of WP_PLUGIN_URL
Eg: define(‘advps_url’,plugins_url().”/advanced-post-slider/”);
Source: stt.php, lines# 54, 62 and 167.
Because WP_PLUGIN_URL doesn’t work on SSL properly and caused delay for the launch of our website.
Similar advise seen here.
- The topic ‘Needs Improvement (read comment)’ is closed to new replies.