LLMS_Blocks_Visibility::__construct()
Constructor.
Description Description
Source Source
File: vendor/lifterlms/lifterlms-blocks/includes/class-llms-blocks-visibility.php
public function __construct() { add_filter( 'render_block', array( $this, 'maybe_filter_block' ), 10, 2 ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |