LLMS_Admin_Plugins::__construct()
Constructor
Contents
Return Return
(void)
Source Source
File: includes/admin/class-llms-admin-plugins.php
public function __construct() {
add_filter( 'plugin_action_links_' . plugin_basename( LLMS_PLUGIN_DIR . '/lifterlms.php' ), array( $this, 'plugin_action_links' ) );
add_filter( 'plugin_row_meta', array( $this, 'plugin_row_meta' ), 10, 2 );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 7.5.1 | Introduced. |