<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WordPress Hook for Entire Page Using Output Buffering</title>
	<atom:link href="http://www.dagondesign.com/articles/wordpress-hook-for-entire-page-using-output-buffering/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dagondesign.com/articles/wordpress-hook-for-entire-page-using-output-buffering/</link>
	<description>WordPress Plugins, PHP Scripts, Tools, and Tutorials</description>
	<lastBuildDate>Tue, 16 Mar 2010 20:32:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: August Karlstrom</title>
		<link>http://www.dagondesign.com/articles/wordpress-hook-for-entire-page-using-output-buffering/comment-page-1/#comment-507349</link>
		<dc:creator>August Karlstrom</dc:creator>
		<pubDate>Thu, 04 Mar 2010 17:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/?p=212#comment-507349</guid>
		<description>Elegant!</description>
		<content:encoded><![CDATA[<p>Elegant!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.dagondesign.com/articles/wordpress-hook-for-entire-page-using-output-buffering/comment-page-1/#comment-506729</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Tue, 23 Feb 2010 21:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/?p=212#comment-506729</guid>
		<description>&lt;strong&gt;[asterix]&lt;/strong&gt;: There are not any performance issues that I am aware of. Basically, all this does is prevent any page output until you tell it to display it, so that you can modify the final output before it is sent to the browser.

I suppose that if you were doing quite a lot of processing to the output before flushing the buffer, it could cause a delay in the loading of the page, but that is more of a script performance issue than the use of this method.

Glad you found it useful!</description>
		<content:encoded><![CDATA[<p><strong>[asterix]</strong>: There are not any performance issues that I am aware of. Basically, all this does is prevent any page output until you tell it to display it, so that you can modify the final output before it is sent to the browser.</p>
<p>I suppose that if you were doing quite a lot of processing to the output before flushing the buffer, it could cause a delay in the loading of the page, but that is more of a script performance issue than the use of this method.</p>
<p>Glad you found it useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [asterix]</title>
		<link>http://www.dagondesign.com/articles/wordpress-hook-for-entire-page-using-output-buffering/comment-page-1/#comment-502619</link>
		<dc:creator>[asterix]</dc:creator>
		<pubDate>Tue, 22 Dec 2009 20:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/?p=212#comment-502619</guid>
		<description>Wow, that&#039;s great! Thank you. Didn&#039;t know anything about these output buffers before, but they are cool.

Are there any performance issuses, maybe?</description>
		<content:encoded><![CDATA[<p>Wow, that&#8217;s great! Thank you. Didn&#8217;t know anything about these output buffers before, but they are cool.</p>
<p>Are there any performance issuses, maybe?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.dagondesign.com/articles/wordpress-hook-for-entire-page-using-output-buffering/comment-page-1/#comment-482720</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Wed, 08 Jul 2009 02:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/?p=212#comment-482720</guid>
		<description>This code has been verified to work with WordPress 2.8</description>
		<content:encoded><![CDATA[<p>This code has been verified to work with WordPress 2.8</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Admin</title>
		<link>http://www.dagondesign.com/articles/wordpress-hook-for-entire-page-using-output-buffering/comment-page-1/#comment-469893</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Mon, 23 Feb 2009 04:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/?p=212#comment-469893</guid>
		<description>This code modification has been tested in the latest release of WordPress (2.7.1)</description>
		<content:encoded><![CDATA[<p>This code modification has been tested in the latest release of WordPress (2.7.1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geldverdienen</title>
		<link>http://www.dagondesign.com/articles/wordpress-hook-for-entire-page-using-output-buffering/comment-page-1/#comment-459951</link>
		<dc:creator>geldverdienen</dc:creator>
		<pubDate>Fri, 10 Oct 2008 19:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/?p=212#comment-459951</guid>
		<description>buffer_start is executed at the end of the header section of the html. The parameter, the callback function, is called at the end of the output buffering. This occurs at the footer of the page, when the second registered action, buffer_end, executes.

The callback function is where you add your code to change the value of the output (the $buffer variable). Then you simply return the modified code and the page will be displayed.</description>
		<content:encoded><![CDATA[<p>buffer_start is executed at the end of the header section of the html. The parameter, the callback function, is called at the end of the output buffering. This occurs at the footer of the page, when the second registered action, buffer_end, executes.</p>
<p>The callback function is where you add your code to change the value of the output (the $buffer variable). Then you simply return the modified code and the page will be displayed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
