Use wp_template_enhancement_output_buffer hook when available.#2514
Use wp_template_enhancement_output_buffer hook when available.#2514Hug0-Drelon wants to merge 2 commits into
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## trunk #2514 +/- ##
==========================================
- Coverage 69.29% 69.29% -0.01%
==========================================
Files 90 90
Lines 7723 7725 +2
==========================================
+ Hits 5352 5353 +1
- Misses 2371 2372 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Summary
Fixes #2224
Relevant technical choices
Let's use
wp_template_enhancement_output_bufferhook when available and removeod_buffer_outputcallback fortemplate_includehook (since WP6.9).Follows issue requirements.
Use of AI Tools
No AI on this one.