apply_filters( 'llms_blocks_template_use_reusable_blocks', boolean $use_reusable )
Filters whether or not reusable blocks should be used when generating a form template
Description Description
By default when migrating from 4.x, non-reusable blocks will be used in order to ensure legacy settings are transferred during an upgrade to 5.x. However, on a "clean" install of 5.x, reusable blocks will be used in favor of regular blocks.
Parameters Parameters
- $use_reusable
-
(boolean) Whether or not to use reusable blocks.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |