apply_filters( 'llms_forms_is_block_visible', bool $is_visible , array $block , array[] $block_list )
Filter whether or not the block is visible in the list of blocks it’s contained.
Parameters Parameters
- $is_visible
-
(bool) Whether or not the block is visible.
- $block
-
(array) Parsed block array.
- $block_list
-
(array[]) The list of WP Block array
$block
comes from.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |