apply_filters( 'llms_blocks_php_templates_block', array $templates )
Filters the php templates that can be render via this block.
Parameters Parameters
- $templates
-
(array) Templates map, where the keys are the template attribute value and the values are the php file names (w/o extension).
Source Source
File: libraries/lifterlms-blocks/includes/blocks/class-llms-blocks-php-template-block.php
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |