LLMS_Blocks_Status_Tools::__construct()
Constructor.
Contents
Source Source
File: libraries/lifterlms-blocks/includes/class-llms-blocks-status-tools.php
public function __construct() { if ( class_exists( 'Classic_Editor' ) ) { add_filter( 'llms_status_tools', array( $this, 'add_tools' ) ); add_action( 'llms_status_tool', array( $this, 'maybe_toggle_mode' ) ); } }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.4.0 | Introduced. |