WordPress Hook for Entire Page Using Output Buffering
The WordPress plugin API provides a large number of action and filter hooks to make plugin creation easier. While the provided hooks cover just about everything you would need for plugin development, it can occasionally be useful to have a hook that can process the entire html output of WordPress. This article describes a method that can be used to create a ‘virtual’ hook which allows processing of everything between the end of the header section, and the footer of the theme, using the output buffering feature of PHP. More »
Updated Feb 19th, 2009 | Topic: WordPress Hacks and Info | 9 Comments »

