Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #20390, comment 3


Ignore:
Timestamp:
04/07/2012 04:32:24 PM (12 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20390, comment 3

    initial v1  
    33This works for me:
    44
    5 ```
     5{{{
    66function some_html_content() {
    77?>
     
    1010}
    1111add_action( 'shutdown', 'some_html_content' );
    12 ```
     12}}}
    1313
    1414Note that it shows up after the </html> tag, so you can't use it to output valid HTML. That would be the case even if you placed it right at the end of template-loader.php