Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/block-template-utils.php | apply_filters | 189 | /** * Filters the list of template types. * * @since 5.9.0 * * @param array $default_template_types An array of template types, formatted as [ slug => [ title, description ] ]. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $default_template_types | An array of template types, formatted as [ slug => [ title, description ] ]. |