LLMS_Abstract_Admin_Tool::__construct()
Static constructor.
Contents
Return Return
(void)
Source Source
File: includes/abstracts/llms-abstract-admin-tool.php
public function __construct() { add_action( 'llms_status_tool', array( $this, 'maybe_handle' ) ); add_filter( 'llms_status_tools', array( $this, 'register' ), $this->priority ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.37.19 | Introduced. |