LLMS_Block_Templates::localize_blocks()

Localize block templates.


Return Return

(bool)


Top ↑

Source Source

File: includes/class-llms-block-templates.php

			array_merge( ...array_column( $this->block_templates_config, 'admin_blocks_l10n' ) )
		);
	}

}

Top ↑

Changelog Changelog

Changelog
Version Description
5.9.0 Retuns the wp_localize_script() return value.
5.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.