Changeset 51284 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 06/30/2021 05:19:59 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r51214 r51284 336 336 add_action( 'init', 'check_theme_switched', 99 ); 337 337 add_action( 'init', array( 'WP_Block_Supports', 'init' ), 22 ); 338 add_action( 'switch_theme', array( 'WP_Theme_JSON_Resolver', 'clean_cached_data' ) ); 338 339 add_action( 'after_switch_theme', '_wp_menus_changed' ); 339 340 add_action( 'after_switch_theme', '_wp_sidebars_changed' );
Note: See TracChangeset
for help on using the changeset viewer.