Filters the array of queried block templates array after they’ve been fetched.
Parameters
$query_resultWP_Block_Template[]- Array of found block templates.
$queryarray- Arguments to retrieve templates. All arguments are optional.
slug__instring[]List of slugs to include.wp_idintPost ID of customized template.areastringA'wp_template_part_area'taxonomy value to filter by (for'wp_template_part'template type only).post_typestringPost type to get the templates for.
$template_typestring- 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.