\n"; $shadowboxHead.= "\n"; $shadowboxHead.= "\n"; $shadowboxHead.= "\n"; $shadowboxHead.= "\n"; print($shadowboxHead); } function shadowbox_replacer($content) { return preg_replace('//i', '', $content); } // Output to the section of the page add_action('wp_head', 'shadowbox_header'); // Run the thickbox replacer upon the content add_filter('the_content', 'shadowbox_replacer', 2); ?>