Changeset 52062 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 11/08/2021 11:09:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r52049 r52062 665 665 add_filter( 'render_block_context', '_block_template_render_without_post_block_context' ); 666 666 add_filter( 'pre_wp_unique_post_slug', 'wp_filter_wp_template_unique_post_slug', 10, 5 ); 667 add_action( 'save_post_wp_template_part', 'wp_set_unique_slug_on_create_template_part' ); 667 668 add_action( 'wp_footer', 'the_block_template_skip_link' ); 668 669 add_action( 'setup_theme', 'wp_enable_block_templates' );
Note: See TracChangeset
for help on using the changeset viewer.