> > 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.