Filters the list of default template types.
$default_template_typesarray[]...$0array
$titlestring
$descriptionstring
wp-includes/block-template-utils.php:225get_default_block_template_types() * * @type string $title Template type title. * @type string $description Template type description. * } * } */ return apply_filters( 'default_template_types', $default_template_types );} /** * Checks whether the input 'area' is a supported value. * Returns the input if supported, otherwise returns the 'uncategorized' value. *Introduced in 5.9.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.