LLMS_Template_Loader::hook_block_template_loader()

Hooks the callback to load FSE block templates.


Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.template.loader.php

	public function hook_block_template_loader() {
		add_filter( 'pre_get_block_templates', array( $this, 'block_template_loader' ), 99, 3 );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
5.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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