Changeset 53160 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 04/12/2022 03:59:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r53158 r53160 592 592 add_action( 'wp_footer', 'wp_maybe_inline_styles', 1 ); // Run for late-loaded styles in the footer. 593 593 594 add_action( 'admin_footer-post.php', 'wp_add_iframed_editor_assets_html' );595 add_action( 'admin_footer-post-new.php', 'wp_add_iframed_editor_assets_html' );596 add_action( 'admin_footer-widgets.php', 'wp_add_iframed_editor_assets_html' );597 add_action( 'admin_footer-site-editor.php', 'wp_add_iframed_editor_assets_html' );598 599 594 add_action( 'use_block_editor_for_post_type', '_disable_block_editor_for_navigation_post_type', 10, 2 ); 600 595 add_action( 'edit_form_after_title', '_disable_content_editor_for_navigation_post_type' );
Note: See TracChangeset
for help on using the changeset viewer.