LLMS_Block_Templates::localize_blocks()
Localize block templates.
Contents
Return Return
(bool)
Source Source
File: includes/class-llms-block-templates.php
array_merge( ...array_column( $this->block_templates_config, 'admin_blocks_l10n' ) ) ); } }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.9.0 | Retuns the wp_localize_script() return value. |
5.8.0 | Introduced. |