<?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>Glance World &#187; Auto Schedule</title>
	<atom:link href="http://glanceworld.com/tag/auto-schedule/feed" rel="self" type="application/rss+xml" />
	<link>http://glanceworld.com</link>
	<description>World is more closer now</description>
	<lastBuildDate>Mon, 23 Apr 2012 13:03:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to Schedule a Cron Events in your WordPress Blog?</title>
		<link>http://glanceworld.com/how-to-schedule-a-cron-events-in-your-wordpress-blog.html</link>
		<comments>http://glanceworld.com/how-to-schedule-a-cron-events-in-your-wordpress-blog.html#comments</comments>
		<pubDate>Mon, 17 Aug 2009 00:00:11 +0000</pubDate>
		<dc:creator>Glance World Admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Auto Schedule]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[WordPress How-To]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://glanceworld.com/?p=184</guid>
		<description><![CDATA[Schedules a hook which will be executed by the WordPress actions core on a specific interval, specified by you. The action will trigger when someone visits your WordPress site, if the scheduled time has passed. In this tutorial, I’ll show you how you create an event that will be executed once hourly, or daily, etc. Usage: &#60;?php wp_schedule_event(time(), &#8216;hourly&#8217;, &#8216;my_schedule_hook&#8217;); &#8230;]]></description>
		<wfw:commentRss>http://glanceworld.com/how-to-schedule-a-cron-events-in-your-wordpress-blog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

