<?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>Ruben Sargsyan &#187; activate</title>
	<atom:link href="http://rubensargsyan.com/tag/activate/feed/" rel="self" type="application/rss+xml" />
	<link>http://rubensargsyan.com</link>
	<description>Personal Website</description>
	<lastBuildDate>Thu, 01 Dec 2011 19:15:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Automatic activating plugins after WordPress installation</title>
		<link>http://rubensargsyan.com/automatic-activating-plugins-after-wordpress-installation/</link>
		<comments>http://rubensargsyan.com/automatic-activating-plugins-after-wordpress-installation/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 10:15:54 +0000</pubDate>
		<dc:creator>Ruben Sargsyan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[activate]]></category>
		<category><![CDATA[automatically]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://rubensargsyan.com/?p=334</guid>
		<description><![CDATA[To activate the plugins that you want to be activated automatically after WordPress installation, copy those plugins to the /wp-content/plugins/ directory, then open the file schema.php from the directory /wp-admin/includes/ and add the plugins main files names in the active_plugins array which is in the $options array of the function populate_options. Example: &#8230; &#8216;active_plugins&#8217; => [...]]]></description>
			<content:encoded><![CDATA[<p>To activate the plugins that you want to be activated automatically after WordPress installation, copy those plugins to the /wp-content/plugins/ directory, then<span id="more-334"></span> open the file schema.php from the directory /wp-admin/includes/ and add the plugins main files names in the active_plugins array which is in the $options array of the function populate_options.</p>
<p>Example:<br />
&#8230;<br />
&#8216;active_plugins&#8217; => array(&#8220;explanatory-dictionary/explanatory-dictionary.php&#8221;,&#8221;most-commenting-visitors/most-commenting-visitors.php&#8221;,&#8221;greetings/greetings.php&#8221;,&#8221;running-line/running-line.php&#8221;,&#8221;subscribe-to-author-posts-feed/subscribe-to-author-posts-feed.php&#8221;),<br />
&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://rubensargsyan.com/automatic-activating-plugins-after-wordpress-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

