I’m trying to trigger cron job from WordPress Plugin that I’m writing (It’s gonna take […]
Tag: cron
Can’t get PHP-script running as a cronjob
Recently my site was moved to a different server, due to maintenance at the host. […]
run a cron task without obstructing page load?
I have a plugin that lets users upload post attachments via AJAX in the admin […]
Better handling of WP-CRON server load abuse
There are multiple reports on how wp-cron is a far from ideal solution because it […]
WORDPRESS add_filter(‘cron_schedules’, …) not working in a PHP class
I tried to declare a new time interval for a WP_CRON. When I do it […]
WP Cron emails not working
Running wp 3.5.1. I have 2 plugins that work in part. They do everything nice. […]
Are uploads directories created on a schedule?
I have a cron job that alerts me to modified files on a couple of […]
How to make wp cron job not fire immediately?
I’m scheduling a job in wp cron: add_action(‘my_cron_hook’, ‘my_cron_action’); wp_schedule_event( time(), ‘interval1’, ‘my_cron_hook’ ); function […]
Is it safe to run wp-cron.php twice if the first instance takes too long?
Let’s say I disabled “DISABLE_WP_CRON” in wp-config.php Is it OK to run wp-cron.php twice overlapping? […]
Running a cron job on a WP plugin
I’ve slightly modified a wp-plugin that I had in order to make it work automatically. […]
No More Posts Available.
No more pages to load.