LLMS_Controller_Account::__construct()
Constructor
Description Description
Source Source
File: includes/forms/controllers/class.llms.controller.account.php
public function __construct() { add_action( 'init', array( $this, 'update' ) ); add_action( 'init', array( $this, 'lost_password' ) ); add_action( 'init', array( $this, 'reset_password' ) ); add_action( 'init', array( $this, 'cancel_subscription' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |