LLMS_Helper_Cloned::__construct()
Constructor
Contents
Return Return
(void)
Source Source
File: libraries/lifterlms-helper/includes/class-llms-helper-cloned.php
public function __construct() { add_action( 'llms_site_clone_detected', array( $this, 'handle_clone' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |