Changeset 61111 for trunk/src/wp-includes/class-wp.php
- Timestamp:
- 11/01/2025 04:44:21 AM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r61088 r61111 589 589 * Fires once the requested HTTP headers for caching, content type, etc. have been sent. 590 590 * 591 * The {@see 'wp_ send_late_headers'} action may be used to send headers after rendering the template into an592 * output buffer.591 * The {@see 'wp_finalized_template_enhancement_output_buffer'} action may be used to send 592 * headers after rendering the template into an output buffer. 593 593 * 594 594 * @since 2.1.0
Note: See TracChangeset
for help on using the changeset viewer.