LLMS_Admin_Header::__construct()
Constructor.
Contents
Return Return
(void)
Source Source
File: includes/admin/class-llms-admin-header.php
public function __construct() {
add_action( 'in_admin_header', array( $this, 'admin_header' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 7.1.0 | Introduced. |