<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Proxyutza blog &#187; wp_head</title>
	<atom:link href="http://www.proxyutza.com/tag/wp_head/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.proxyutza.com</link>
	<description>About all sorth of things: PHP, Hacks, Scripts, Servers, Linux, Technology, News, Trends</description>
	<lastBuildDate>Wed, 26 May 2010 10:37:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Remove WordPress version tag from header</title>
		<link>http://www.proxyutza.com/remove-wordpress-version-tag-from-header/</link>
		<comments>http://www.proxyutza.com/remove-wordpress-version-tag-from-header/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 17:09:19 +0000</pubDate>
		<dc:creator>ProXy</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wp_generator]]></category>
		<category><![CDATA[wp_head]]></category>

		<guid isPermaLink="false">http://www.proxyutza.com/?p=76</guid>
		<description><![CDATA[Since version 2.5 WordPress inserts the version meta tag &#60;meta name=&#8221;generator&#8221; content=&#8221;WordPress 2.5&#8243; /&#62; automatically without you having the possibility to remove it from the header file. WordPress now uses &#60;?php wp_head(); ?&#62; a function that if you remove you&#8217;re removing more than just the wordpress version. So the solution is to add something to [...]]]></description>
			<content:encoded><![CDATA[<p>Since version 2.5 WordPress inserts the version meta tag <strong>&lt;meta name=&#8221;generator&#8221; content=&#8221;WordPress 2.5&#8243; /&gt; </strong>automatically without you having the possibility to remove it from the header file. WordPress now uses<strong> &lt;?php wp_head(); ?&gt;</strong> a function that if you remove you&#8217;re removing more than just the wordpress version. So the solution is to add something to your themes <strong>functions.php</strong> file.</p>
<p>Place this code: <strong><code>remove_action('wp_head', 'wp_generator');</code></strong> right before the closing php tag ?&gt; . Now check your source code, the wordpress version is not disclosed any more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.proxyutza.com/remove-wordpress-version-tag-from-header/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
