apply_filters( 'llms_forms_is_block_visible', bool $visible , array $block )
Filter whether or not the block is visible.
Description Description
Parameters Parameters
- $visible
-
Whether or not the block is visible.
- $block
-
Parsed block array.
Source Source
File: includes/forms/class-llms-forms.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |