[wp-hackers] body hook for add_filter ?

Andrew Nacin anacin at gwhatchet.com
Mon Nov 9 07:37:21 UTC 2009


>
> Is there a hook I can use in add_filter() that will return the entire
> contents within the body tags?
>

Check out PHP object buffering,
http://www.php.net/manual/en/ref.outcontrol.php. You can run ob_start (with
a callback) in wp_head.


More information about the wp-hackers mailing list