Changeset 52318
- Timestamp:
- 12/03/2021 10:25:42 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template-utils.php
r52317 r52318 614 614 * Return a non-null value to bypass the WordPress queries. 615 615 * 616 * @since 5.9 616 * @since 5.9.0 617 617 * 618 618 * @param WP_Block_Template[]|null $block_templates Return an array of block templates to short-circuit the default query, … … 718 718 * Filters the array of queried block templates array after they've been fetched. 719 719 * 720 * @since 5.9 720 * @since 5.9.0 721 721 * 722 722 * @param WP_Block_Template[] $query_result Array of found block templates. … … 796 796 * Filters the array of queried block templates array after they've been fetched. 797 797 * 798 * @since 5.9 798 * @since 5.9.0 799 799 * 800 800 * @param WP_Block_Template $block_template The found block template.
Note: See TracChangeset
for help on using the changeset viewer.