apply_filters( 'llms_blocks_visibility_render_block', string $content , array $block )
Filters a blocks content after it has been run through visibility attribute filters
Parameters Parameters
- $content
-
(string) The HTML content for a block. May be an empty string if the block should be invisible to the current user.
- $block
-
(array) Block data array.
Source Source
File: libraries/lifterlms-blocks/includes/class-llms-blocks-visibility.php
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |