<?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>Illumifi Interactive &#187; WordPress</title>
	<atom:link href="http://dev.illumifi.net/category/blog/snippets/php/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.illumifi.net</link>
	<description></description>
	<lastBuildDate>Fri, 28 Jan 2011 20:18:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>TinyMCE in WordPress Plugins</title>
		<link>http://dev.illumifi.net/blog/snippets/php/wordpress/tinymce-wp/</link>
		<comments>http://dev.illumifi.net/blog/snippets/php/wordpress/tinymce-wp/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 02:51:55 +0000</pubDate>
		<dc:creator>Cam</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://dev.illumifi.net/?p=520</guid>
		<description><![CDATA[I&#8217;ve been to the edge of the internet and back, before I found this tidbit of code that will allow you to use TinyMCE in your WordPress plugins! 1. Add the following code to your plugin add_filter&#40;'admin_head','myplugin_tinymce'&#41;; &#160; function myplugin_tinymce&#40;&#41; &#123; wp_admin_css&#40;'thickbox'&#41;; wp_print_scripts&#40;'jquery-ui-core'&#41;; wp_print_scripts&#40;'jquery-ui-tabs'&#41;; wp_print_scripts&#40;'post'&#41;; wp_print_scripts&#40;'editor'&#41;; add_thickbox&#40;&#41;; wp_print_scripts&#40;'media-upload'&#41;; if &#40;function_exists&#40;'wp_tiny_mce'&#41;&#41; &#123; wp_tiny_mce&#40;&#41;; &#125; &#125; 2. [...]]]></description>
		<wfw:commentRss>http://dev.illumifi.net/blog/snippets/php/wordpress/tinymce-wp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

