How to make WordPress emails async
I recently had an issue on my site where emails were failing to send. That was a problem, but the bigger problem was … Read more
I recently had an issue on my site where emails were failing to send. That was a problem, but the bigger problem was … Read more
Trying to set up custom schedules for WP Cron, knowing that they use an interval is it even possible to set up a … Read more
I need to implement a scheduled task in my plugin, and I tried to follow the examples in the documentation, passing one of … Read more
Since yesterday the wp_scheduled_auto_draft_delete cron job somehow deletes all page entries from our menus. All entries in the table wp_postmeta with meta_key = … Read more
I have a multi-author blog, on which there are two schedule cron functions. The first function moves all public posts in the pending … Read more
Hej, I wrote a php script which was meant to be a WP-Cron-cronjob and which uses wordpress specific functions. Due to some restrictions … Read more
I’m dealing with some long-running WordPress blog. It was moved to different servers several times, and the migration process haven’t followed «the WordPress … Read more
I am developing a plugin and want to add a cron task(let’s say cron_task_test) but have a doubt. In case 15 tasks(they may … Read more
I’m writing a plugin that uses WordPress Cron. Here the code I am using to add and remove the cron event. On plugin … Read more
When scheduling a post in wordpress, e.g. 15:50, I always see that as time there are always seconds added at the end, e.g. … Read more