Changeset 61088 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 10/30/2025 12:46:29 AM (7 months 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
r61078 r61088 423 423 add_action( 'do_robots', 'do_robots' ); 424 424 add_action( 'do_favicon', 'do_favicon' ); 425 add_action( 'wp_before_include_template', 'wp_start_template_enhancement_output_buffer' );425 add_action( 'wp_before_include_template', 'wp_start_template_enhancement_output_buffer', 1000 ); // Late priority to let `wp_template_enhancement_output_buffer` filters and `wp_send_late_headers` actions be registered. 426 426 add_action( 'set_comment_cookies', 'wp_set_comment_cookies', 10, 3 ); 427 427 add_action( 'sanitize_comment_cookies', 'sanitize_comment_cookies' );
Note: See TracChangeset
for help on using the changeset viewer.