LLMS_HTTPS::__construct()
Constructor
Contents
Source Source
File: includes/class.llms.https.php
public function __construct() {
if ( 'yes' === get_option( 'lifterlms_checkout_force_ssl' ) ) {
add_action( 'template_redirect', array( $this, 'force_https_redirect' ) );
add_action( 'template_redirect', array( $this, 'unforce_https_redirect' ) );
}
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |