LLMS_Events_Core::__construct()
Constructor.
Contents
Return Return
(void)
Source Source
File: includes/class-llms-events-core.php
public function __construct() { add_action( 'wp_login', array( $this, 'on_signon' ), 10, 2 ); add_action( 'clear_auth_cookie', array( $this, 'on_signout' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.36.0 | Introduced. |