Changes between Initial Version and Version 3 of Ticket #64126
- Timestamp:
- 10/21/2025 03:11:07 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64126
- Property Keywords has-patch added
-
Ticket #64126 – Description
initial v3 7 7 8 8 Plugins which need to send a `Server-Timing` header after the template has been rendered shouldn't have to resort to hacking the `wp_template_enhancement_output_buffer` filter to run at `PHP_INT_MAX` while passing through the `$buffer` unchanged. 9 10 Related: #64108