LLMS_Blocks_Status_Tools::__construct()

Constructor.


Source Source

File: libraries/lifterlms-blocks/includes/class-llms-blocks-status-tools.php

25
26
27
28
29
30
31
32
33
34
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' ) );
 
    }
 
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.