LLMS_Blocks_Visibility::__construct()
Constructor.
Contents
Return Return
(void)
Source Source
File: libraries/lifterlms-blocks/includes/class-llms-blocks-visibility.php
public function __construct() {
add_filter( 'render_block', array( $this, 'maybe_filter_block' ), 20, 2 );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 1.6.0 | Adjusted priority of render_block filter to 20. |
| 1.0.0 | Introduced. |