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