Changeset 51221 for trunk/src/wp-includes/block-template-utils.php
- Timestamp:
- 06/23/2021 07:04:51 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template-utils.php
r51144 r51221 57 57 * @type int $wp_id Post ID of customized template. 58 58 * } 59 * @param string $template_type wp_template. 60 * 61 * @return array Templates. 59 * @param string $template_type Optional. The template type (post type). Default 'wp_template'. 60 * @return WP_Block_Template[] Block template objects. 62 61 */ 63 62 function get_block_templates( $query = array(), $template_type = 'wp_template' ) {
Note: See TracChangeset
for help on using the changeset viewer.