Changeset 59839
- Timestamp:
- 02/19/2025 05:12:28 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r59838 r59839 1161 1161 * @return string The serialized markup. 1162 1162 */ 1163 function apply_block_hooks_to_content_from_post_object( $content, WP_Post$post = null, $callback = 'insert_hooked_blocks' ) {1163 function apply_block_hooks_to_content_from_post_object( $content, $post = null, $callback = 'insert_hooked_blocks' ) { 1164 1164 // Default to the current post if no context is provided. 1165 1165 if ( null === $post ) {
Note: See TracChangeset
for help on using the changeset viewer.