Filters the array of queried block templates array after they’ve been fetched.
Parameters
$query_result
WP_Block_Template[]- Array of found block templates.
$query
array- Arguments to retrieve templates. All arguments are optional.
slug__in
string[]List of slugs to include.wp_id
intPost ID of customized template.area
stringA'wp_template_part_area'
taxonomy value to filter by (for'wp_template_part'
template type only).post_type
stringPost type to get the templates for.
$template_type
string- wp_template or wp_template_part.
Source
return apply_filters( 'get_block_templates', $query_result, $query, $template_type );
Changelog
Version | Description |
---|---|
5.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.