Changeset 56793 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 10/06/2023 02:04:22 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r56757 r56793 712 712 add_action( 'wp_loaded', '_add_template_loader_filters' ); 713 713 714 // wp_navigation post type. 715 add_filter( 'rest_wp_navigation_item_schema', array( 'WP_Navigation_Fallback', 'update_wp_navigation_post_schema' ) ); 716 714 717 // Fluid typography. 715 718 add_filter( 'render_block', 'wp_render_typography_support', 10, 2 );
Note: See TracChangeset
for help on using the changeset viewer.