I’m working on an application in WordPress, and I want an event to be triggered […]
Tag: cron
WordPress cron aka schedule?
register_activation_hook(__FILE__, ‘cron_post_activation’); add_action(‘post_event’, ‘cron_post’); function cron_post_activation() { wp_schedule_event(time(), ‘hourly’, ‘post_event’); } function cron_post() { //Do […]
Created a plugin for cron job in wordpress but how to connect it with linux without anyone visiting the site
I have worked on creating a plugin for setting a cron job. However it runs […]
WP Super Cache All Pages
I didnt find it but is it possible to run at night all pages so […]
Initialize WordPress environment in a script to be run by a cron job
I have to run a custom PHP script which I want to run by a […]
Cron Job not working when require_once WordPress file “wp-header.php”
I need a script to be run every minute by a cron job. The script […]
Call to undefined function wp_mail
Hi im using this function by WordPress in a Cron webpage and is throwing this […]
Need to execute a cron job
I need a cron job to execute the following url http://www.mywebsite.com/wp-admin/admin.php?page=myvideoblog/mvb_main.php&action=processfeed&updatefeed=67 The problem is that […]
What happens when wp_cron is deactivated in WordPress?
In a WordPress 3.5.1 the apache log generates the following error related to wp-cron.php: [18/Jun/2013:10:53:21 […]
How to call posts from PHP
I have a website, that uses WP Super Cache plugin. I need to recycle cache […]
No More Posts Available.
No more pages to load.