Title: WP_PLUGIN_URL
Last modified: August 31, 2016

---

# WP_PLUGIN_URL

 *  [edgarssimanis](https://wordpress.org/support/users/edgarssimanis/)
 * (@edgarssimanis)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wp_plugin_url-1/)
 * Hi!
    Thanks for this simple plugin. Very useful. There is issue however with 
   using “WP_PLUGIN_URL” such as it won’t point to https and site ends up being 
   marked as having insecure code using https. “WP_PLUGIN_URL” apparently is depreciated
   so I would suggest to change code in **ss-sroll-up-to-top.php** From: ` //fix
   up path define('ss_scroll_to_up_path', WP_PLUGIN_URL . '/' . plugin_basename(
   dirname(__FILE__) ) . '/' );  To:  //fix up path define('ss_scroll_to_up_path',
   plugins_url() . '/' . plugin_basename( dirname(__FILE__) ) . '/' );
 * [https://wordpress.org/plugins/ss-scroll-to-up/](https://wordpress.org/plugins/ss-scroll-to-up/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [edgarssimanis](https://wordpress.org/support/users/edgarssimanis/)
 * (@edgarssimanis)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wp_plugin_url-1/#post-7147156)
 * Actually here is more info:
    [https://core.trac.wordpress.org/ticket/13941](https://core.trac.wordpress.org/ticket/13941)

Viewing 1 replies (of 1 total)

The topic ‘WP_PLUGIN_URL’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ss-scroll-to-up_7c7a7a.svg)
 * [SS SCROLL TO UP](https://wordpress.org/plugins/ss-scroll-to-up/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ss-scroll-to-up/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ss-scroll-to-up/)
 * [Active Topics](https://wordpress.org/support/plugin/ss-scroll-to-up/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ss-scroll-to-up/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ss-scroll-to-up/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [edgarssimanis](https://wordpress.org/support/users/edgarssimanis/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/wp_plugin_url-1/#post-7147156)
 * Status: not resolved