Changeset 58292 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 06/03/2024 12:35:47 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r58291 r58292 761 761 add_filter( 'rest_pre_insert_wp_navigation', 'update_ignored_hooked_blocks_postmeta' ); 762 762 763 // Inject hooked blocks into the wp_navigation post type REST response. 764 add_filter( 'rest_prepare_wp_navigation', 'insert_hooked_blocks_into_rest_response', 10, 2 ); 765 763 766 unset( $filter, $action );
Note: See TracChangeset
for help on using the changeset viewer.