<?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: Disable WordPress File Upload</title>
	<atom:link href="http://www.davidgagne.net/2006/09/29/disable-wordpress-file-upload/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidgagne.net/2006/09/29/disable-wordpress-file-upload/</link>
	<description>The personal weblog of David Vincent Gagne</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:06:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Eduardo</title>
		<link>http://www.davidgagne.net/2006/09/29/disable-wordpress-file-upload/#comment-137677</link>
		<dc:creator>Eduardo</dc:creator>
		<pubDate>Thu, 26 Oct 2006 04:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidgagne.net/?p=6174#comment-137677</guid>
		<description>I&#039;m playing around with wp, that&#039;s other way to remove File Upload:

add_filter(	&#039;uploading_iframe_src&#039;, &#039;wp_lojavirtual_admin_removeupload&#039;);

function wp_lojavirtual_admin_removeupload($content) { return &quot;&quot;; }

see ya</description>
		<content:encoded><![CDATA[<p>I&#8217;m playing around with wp, that&#8217;s other way to remove File Upload:</p>
<p>add_filter(	&#8216;uploading_iframe_src&#8217;, &#8216;wp_lojavirtual_admin_removeupload&#8217;);</p>
<p>function wp_lojavirtual_admin_removeupload($content) { return &#8220;&#8221;; }</p>
<p>see ya</p>
]]></content:encoded>
	</item>
</channel>
</rss>

