Title: Tip to make it HTTPS compatible
Last modified: June 29, 2018

---

# Tip to make it HTTPS compatible

 *  [lenasterg](https://wordpress.org/support/users/lenasterg/)
 * (@lenasterg)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/tip-to-make-it-https-compatible/)
 * In order to make the plugin HTTPS compatible you have to replace in file /wp-
   exclude-from-homepage/wp-exclude-from-homepage.php
    line 53 the `this->plugin_url
   = trailingslashit( WP_PLUGIN_URL . '/' . dirname( plugin_basename( __FILE__ )));`
 * with
    `$this->plugin_url = trailingslashit( plugins_url() . '/' . dirname( plugin_basename(
   __FILE__ ) ) );`

The topic ‘Tip to make it HTTPS compatible’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-exclude-from-homepage_cfcfcf.svg)
 * [Name: WP Exclude From Homepage](https://wordpress.org/plugins/wp-exclude-from-homepage/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-exclude-from-homepage/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-exclude-from-homepage/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-exclude-from-homepage/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-exclude-from-homepage/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-exclude-from-homepage/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [lenasterg](https://wordpress.org/support/users/lenasterg/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/tip-to-make-it-https-compatible/)
 * Status: not resolved