LLMS_Events_Core::__construct()

Constructor.


Return Return

(void)


Top ↑

Source Source

File: includes/class-llms-events-core.php

27
28
29
30
31
32
public function __construct() {
 
    add_action( 'wp_login', array( $this, 'on_signon' ), 10, 2 );
    add_action( 'clear_auth_cookie', array( $this, 'on_signout' ) );
 
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.36.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.