Changeset 56529 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 09/06/2023 09:46:09 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/default-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r56500 r56529 533 533 add_action( 'transition_post_status', '_wp_keep_alive_customize_changeset_dependent_auto_drafts', 20, 3 ); 534 534 535 // Block Theme Previews. 536 add_action( 'plugins_loaded', 'initialize_theme_preview_hooks', 1 ); 537 535 538 // Calendar widget cache. 536 539 add_action( 'save_post', 'delete_get_calendar_cache' );
Note: See TracChangeset
for help on using the changeset viewer.