get_block_templates

get_block_templates

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('get_block_templates') is found 1 times:

  • /wp-includes/block-template-utils.php line 1210
    1206
    1207
    1208
    1209
    1210
    1211
    1212
    1213
    1214
    1215
    1216
         *     @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: