WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about default_template_types

Back to home

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 ] ].