_wp_build_title_and_description_for_taxonomy_block_template
- %1$s is private and should not be used in themes or plugins directly.
_wp_build_title_and_description_for_taxonomy_block_template ( $taxonomy, $slug, $template )
Access:Parameters:- (string) taxonomy Identifier of the taxonomy, e.g. category.
- (string) slug Slug of the term, e.g. shoes.
- (WP_Block_Template) template Template to mutate adding the description and title computed.
Returns:- (bool) True if the term referenced was found and false otherwise.
Defined at: - Introduced in WordPress: 6.1.0
- Deprecated in WordPress: —
Description
Builds the title and description of a taxonomy-specific template based on the underlying entity referenced.Mutates the underlying template object.