LLMS_Controller_Registration::__construct()
Constructor
Contents
Return Return
(void)
Source Source
File: includes/forms/controllers/class.llms.controller.registration.php
public function __construct() {
add_action( 'init', array( $this, 'register' ) );
add_action( 'lifterlms_user_registered', array( $this, 'voucher' ), 10, 3 );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |