get_block_templates

get_block_templates

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_block_templates') is found 1 times:

  • /wp-includes/block-template-utils.php line 1043
    	 *     @type string   $post_type Post type to get the templates for.
    	 * }
    	 * @param string              $template_type wp_template or wp_template_part.
    	 */
    	return apply_filters( 'get_block_templates', $query_result, $query, $template_type );
    }
    
    /**
     * Retrieves a single unified template object using its id.
     *
     * @since 5.8.0
    

See this hook used in plugins: