LLMS_View_Manager::__construct()
Constructor
Description Description
Source Source
File: includes/class.llms.view.manager.php
public function __construct() { add_action( 'init', array( $this, 'add_actions' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |