Title: Force SSL define()
Last modified: August 20, 2016

---

# Force SSL define()

 *  Resolved [Abel Rogers](https://wordpress.org/support/users/abelito/)
 * (@abelito)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/force-ssl-define/)
 * Hi,
 * Great plugin btw, saved me a lot of hassle.
 * Have a custom Soap login to a 3rd party system, and some pages i need to have
   https all the time, other, only if logged in with 3rd party.
 * Is there a define() or is_forced() method or similar which i can use to check
   if that page has been forced SSL by your plugin?
 * Thanks
 * [http://wordpress.org/extend/plugins/wordpress-https/](http://wordpress.org/extend/plugins/wordpress-https/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [mvied](https://wordpress.org/support/users/mvied/)
 * (@mvied)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/force-ssl-define/#post-3583534)
 * Sorta. You can ask the ‘force_ssl’ filter if a post or URL should be secure.
 * `$force_ssl = apply_filters('force_ssl', $post_id, $url);`

Viewing 1 replies (of 1 total)

The topic ‘Force SSL define()’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-https_bec2c9.svg)
 * [WordPress HTTPS (SSL)](https://wordpress.org/plugins/wordpress-https/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-https/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-https/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-https/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-https/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-https/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [mvied](https://wordpress.org/support/users/mvied/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/force-ssl-define/#post-3583534)
 * Status: resolved