Changes between Initial Version and Version 1 of Ticket #20390, comment 3
- Timestamp:
- 04/07/2012 04:32:24 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20390, comment 3
initial v1 3 3 This works for me: 4 4 5 ``` 5 {{{ 6 6 function some_html_content() { 7 7 ?> … … 10 10 } 11 11 add_action( 'shutdown', 'some_html_content' ); 12 ``` 12 }}} 13 13 14 14 Note 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