Crony 0.1
THIS IS A BETA VERSION – Currently in development
Installation:
Unpack the entire contents of this plugin zip file into your wp-content/plugins/ folder locally
Upload to your site
Navigate to wp-admin/plugins.php on your site (your WP plugin page)
Activate this plugin
OR you can just install it with WordPress by going to Plugins >> Add New >> and type this plugin’s name
faq:
What does wp_cron() do?
As you receive visitors on your site, WordPress checks your database to see if anything is scheduled to run. If you have a wp_cron() function scheduled ever 12 hours, then the very first visitor 12+ hours from the last scheduled run of that function will trigger the function to run in the background.
How is wp_cron() different from Server configured Cronjobs?
Cronjobs configured on a server run on their intervals automatically, while wp_cron() runs only after being triggered from a visitor to your site.
No comments yet.
-
Recent
-
Links
-
Archives
- August 2011 (1)
- June 2011 (1)
- May 2011 (5)
- April 2011 (25)
- March 2011 (7)
- January 2011 (16)
- December 2010 (18)
- November 2010 (7)
- October 2010 (16)
- September 2010 (29)
- August 2010 (73)
- July 2010 (178)
-
Categories
-
RSS
Entries RSS
Comments RSS
Leave a Reply