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