<?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>WpFunc &#187; version</title>
	<atom:link href="http://wpfunc.com/tag/version/feed" rel="self" type="application/rss+xml" />
	<link>http://wpfunc.com</link>
	<description>Awesome, Quick, Simple WordPress Functions!</description>
	<lastBuildDate>Thu, 01 Dec 2011 01:17:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Hide WordPress Version On Header?</title>
		<link>http://wpfunc.com/wordpress/how-to-hide-wordpress-version-on-header.html</link>
		<comments>http://wpfunc.com/wordpress/how-to-hide-wordpress-version-on-header.html#comments</comments>
		<pubDate>Thu, 16 Jul 2009 22:19:45 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[wp-version]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=11</guid>
		<description><![CDATA[Hello buddies. This is the first simple and important recipe/function of WordPress. Because if your WP version is shown on header, it can be a security risk. At this post i will give you a simple code and you will change your header. You have to use this code because we can&#8217;t change it directly [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Hello buddies. This is the first simple and important recipe/function of WordPress. Because if your WP version is shown on header, it can be a security risk. At this post i will give you a simple code and you will change your header. You have to use this code because we can&#8217;t change it directly in header.<span id="more-11"></span>Yes as i told i will give a short code. You will import this code to your <strong><em>functions.php</em></strong> in your <em><strong>theme</strong></em> folder. It will remove the &#8220;<em><strong>generator</strong></em>&#8221; tag form header.</p>
<h3 style="text-align: justify;">Here is the Code:</h3>
<p style="text-align: justify;">
<pre class="brush: plain; title: ; notranslate">remove_action('wp_head', 'wp_generator');</pre>
<p style="text-align: justify;">You can add this code before <span style="color: #ff0000;"><em><strong>?&gt;</strong></em></span> in <strong><em><span style="color: #ff0000;">functions.php</span></em></strong>.</p>
<p style="text-align: justify;">After that if you use Firefox, just right click on the page and click Show Page Info. As you see there is no Generator tag in this information.</p>
<p style="text-align: justify;">Have a nice day!</p>
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://wpfunc.com/wordpress/how-to-hide-wordpress-version-on-header.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

