Changes between Initial Version and Version 1 of Ticket #12563, comment 56
- Timestamp:
- 10/06/2018 10:48:09 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12563, comment 56
initial v1 9 9 10 10 1. Theme makers copy the examples in the "twenty" themes. 11 2. We probably make a plugin to do the filtering suggested by Mike (https://core.trac.wordpress.org/ticket/12563?replyto=52#comment:16). Instead of inserting html here, fire the hook and ob_cache that output. Then insert that. 11 2. We probably make a plugin to do the filtering suggested by Mike (https://core.trac.wordpress.org/ticket/12563?replyto=52#comment:16). Instead of inserting html here, fire the hook and ob_cache that output. Then insert that. We can probably do it at the end of wp_header rather than waiting until shut_down so that we have less to regex. 12 12 3. Any plugin that requires this hook can use "doing it wrong" or a notice in wp-admin to request the site owner to add the hook or install the filtering plugin from step 2. 13 13 4. Documentation across the web should be updated to inform everyone about the new hook.