Changeset 58356
- Timestamp:
- 06/06/2024 02:34:58 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r58355 r58356 1009 1009 * @access private 1010 1010 * 1011 * @param string $contentSerialized content.1012 * @param WP_Block_Template|WP_Post|array $context 1013 * 1014 * @param callable $callback 1015 * 1016 * 1011 * @param string $content Serialized content. 1012 * @param WP_Block_Template|WP_Post|array $context A block template, template part, `wp_navigation` post object, 1013 * or pattern that the blocks belong to. 1014 * @param callable $callback A function that will be called for each block to generate 1015 * the markup for a given list of blocks that are hooked to it. 1016 * Default: 'insert_hooked_blocks'. 1017 1017 * @return string The serialized markup. 1018 1018 */
Note: See TracChangeset
for help on using the changeset viewer.