Title: http &amp; https
Last modified: August 21, 2016

---

# http & https

 *  Resolved [greben99](https://wordpress.org/support/users/greben99/)
 * (@greben99)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/http-https-1/)
 * Hi, something that I have to continually change when I update wpnewsman is http/
   https issue! my website runs on http and https, as it is an e commerce website.
   Your plugin uses the WP_PLUGIN_URL constant to get your url, you should use the
   function plugins_url( ‘/’, __FILE__ ) This function detects the current protocol
   and changes the url accordingly 🙂
 * Cheers!!
 * [http://wordpress.org/extend/plugins/wpnewsman-newsletters/](http://wordpress.org/extend/plugins/wpnewsman-newsletters/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [greben99](https://wordpress.org/support/users/greben99/)
 * (@greben99)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/http-https-1/#post-3913962)
 * In wpnewsman.php Line 40, change
    define(‘NEWSMAN_PLUGIN_URL’, WP_PLUGIN_URL.’/’.
   basename(dirname(__FILE__)));
 * TO THIS…
 * define(‘NEWSMAN_PLUGIN_URL’, plugins_url( ‘/’, __FILE__ ));
 * Thanks for the plugin, love your work!!
 *  [neocoder](https://wordpress.org/support/users/neocoder/)
 * (@neocoder)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/http-https-1/#post-3914122)
 * Hi,
    thanks for the fix. You’ll see it in the next release.
 * Regards,
    Alex L.
 *  Plugin Author [G-Lock Software](https://wordpress.org/support/users/marisp/)
 * (@marisp)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/http-https-1/#post-3914187)
 * Please try new v1.5.7.
 *  Thread Starter [greben99](https://wordpress.org/support/users/greben99/)
 * (@greben99)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/http-https-1/#post-3914214)
 * Cheers!! 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘http & https’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpnewsman-newsletters_b5b4b0.svg)
 * [WPNewsman Lite](https://wordpress.org/plugins/wpnewsman-newsletters/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpnewsman-newsletters/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpnewsman-newsletters/)
 * [Active Topics](https://wordpress.org/support/plugin/wpnewsman-newsletters/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpnewsman-newsletters/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpnewsman-newsletters/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [greben99](https://wordpress.org/support/users/greben99/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/http-https-1/#post-3914214)
 * Status: resolved