Changeset 61111 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 11/01/2025 04:44:21 AM (5 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
r61089 r61111 424 424 add_action( 'do_robots', 'do_robots' ); 425 425 add_action( 'do_favicon', 'do_favicon' ); 426 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 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_finalized_template_enhancement_output_buffer` actions be registered. 427 427 add_action( 'set_comment_cookies', 'wp_set_comment_cookies', 10, 3 ); 428 428 add_action( 'sanitize_comment_cookies', 'sanitize_comment_cookies' );
Note: See TracChangeset
for help on using the changeset viewer.