Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #12563, comment 56


Ignore:
Timestamp:
10/06/2018 10:48:09 AM (6 years ago)
Author:
lgedeon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12563, comment 56

    initial v1  
    99
    10101. 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.
     112. 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.
    12123. 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.
    13134. Documentation across the web should be updated to inform everyone about the new hook.