apply_filters( ‘default_template_types’, array[] $default_template_types ) In this article Table of ContentsParameters Source Related Changelog ↑ Back to top Filters the list of default template types. Parameters $default_template_typesarray[]The default template types. ...$0 array Data for the template type. title stringTemplate type title. description stringTemplate type description. Source return apply_filters( 'default_template_types', $default_template_types ); View all references View on Trac View on GitHub Related Used byDescriptionget_default_block_template_types()wp-includes/block-template-utils.phpReturns a filtered list of default template types, containing their localized titles and descriptions. Changelog VersionDescription5.9.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.