I have a cron job that alerts me to modified files on a couple of […]
Tag: wp-cron
wp-cron: freeze at “now”
sorry for the silly question. Briefly I have a wp (v. 3.5.1) blog using a […]
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 […]
Converting timestamps to local time with date_l18n()
I’ve got a WordPress cron job that sends an email periodically and saves the timestamp […]
WP Cron Doesn’t Execute When Time Elapses
The goal I want to use wp_schedule_single_event( ) to execute a single event that sends […]
Change post status based on meta value
I have this cron set up to trash posts x days after it is posted. […]
How do i schedule cron in wordpress for each second?
I want to schedule a cron job in Wp3.5.1 to sending email to those customer […]
Scheduled posting not working
I have WordPress 3.5.1 and I use Bluehost hosting service. When I schedule posts after […]
wp_next_scheduled returning a past timestamp
So, here is my entire code in wp_content/plugins/my_plugin/my_plugin.php : register_activation_hook(__FILE__, ‘comunity_mails_activation’); add_action(‘check_mails_to_send’, ‘do_this_daily’); register_deactivation_hook(__FILE__, ‘comunity_mails_deactivation’); […]
Scheduled Posts and wp-cron – Why don’t scheduled posts publish if too old?
I notice that the documentation for wp_schedule_single_event mentions the following:- The action will fire off […]
No More Posts Available.
No more pages to load.