<?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: What, Why, and How-To&#8217;s of Creating a Site-Specific WordPress Plugin</title>
	<atom:link href="https://www.wpbeginner.com/beginners-guide/what-why-and-how-tos-of-creating-a-site-specific-wordpress-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wpbeginner.com/beginners-guide/what-why-and-how-tos-of-creating-a-site-specific-wordpress-plugin/</link>
	<description>Beginner&#039;s Guide for WordPress</description>
	<lastBuildDate>Fri, 18 Oct 2019 14:32:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.9</generator>
	<item>
		<title>By: Kacper</title>
		<link>https://www.wpbeginner.com/beginners-guide/what-why-and-how-tos-of-creating-a-site-specific-wordpress-plugin/comment-page-2/#comment-597000</link>
		<dc:creator><![CDATA[Kacper]]></dc:creator>
		<pubDate>Mon, 04 Mar 2019 11:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=4948#comment-597000</guid>
		<description><![CDATA[In my case the issue was that the file had Unicode encoding. Changing it to ANSI fixed the issue.]]></description>
		<content:encoded><![CDATA[<p>In my case the issue was that the file had Unicode encoding. Changing it to ANSI fixed the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tor-Bjorn Fjellner</title>
		<link>https://www.wpbeginner.com/beginners-guide/what-why-and-how-tos-of-creating-a-site-specific-wordpress-plugin/comment-page-2/#comment-595954</link>
		<dc:creator><![CDATA[Tor-Bjorn Fjellner]]></dc:creator>
		<pubDate>Fri, 01 Mar 2019 10:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=4948#comment-595954</guid>
		<description><![CDATA[Actually yes, there is:
Instead of placing the plugin in .../wp-content/plugins/ you put it in .../wp-content/mu-plugins/  (You may have to create that directory, if it&#039;s not there yet.

Plugins that are placed in mu-plugins are ALWAYS run, so the only way to deactivate a MU plugin (MU currently is construed as &quot;must use&quot;) is to delete it (or remain the directly mu-plugins to something else...).]]></description>
		<content:encoded><![CDATA[<p>Actually yes, there is:<br />
Instead of placing the plugin in &#8230;/wp-content/plugins/ you put it in &#8230;/wp-content/mu-plugins/  (You may have to create that directory, if it&#8217;s not there yet.</p>
<p>Plugins that are placed in mu-plugins are ALWAYS run, so the only way to deactivate a MU plugin (MU currently is construed as &#8220;must use&#8221;) is to delete it (or remain the directly mu-plugins to something else&#8230;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WPBeginner Support</title>
		<link>https://www.wpbeginner.com/beginners-guide/what-why-and-how-tos-of-creating-a-site-specific-wordpress-plugin/comment-page-2/#comment-506134</link>
		<dc:creator><![CDATA[WPBeginner Support]]></dc:creator>
		<pubDate>Thu, 19 Jul 2018 19:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=4948#comment-506134</guid>
		<description><![CDATA[Hi Jonathan, 

You will need to save file as .php. Please use a different text editor on Windows you can use Notepad or download Notepad++. On Mac, you can use TextEdit or download and install TextWrangler. 

You don&#039;t need to copy and paste line numbers.]]></description>
		<content:encoded><![CDATA[<p>Hi Jonathan, </p>
<p>You will need to save file as .php. Please use a different text editor on Windows you can use Notepad or download Notepad++. On Mac, you can use TextEdit or download and install TextWrangler. </p>
<p>You don&#8217;t need to copy and paste line numbers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/

Object Caching 14/41 objects using apc
Page Caching using disk: enhanced 
Content Delivery Network via cdn.wpbeginner.com

Served from: www.wpbeginner.com @ 2019-10-18 15:04:56 by W3 Total Cache
-->