Let’s say I disabled “DISABLE_WP_CRON” in wp-config.php Is it OK to run wp-cron.php twice overlapping? I’ve noticed sometimes wp-cron.php needs several minutes. I’d give it a full hour but...
Wanted some opinions on a solution I’m trying to come up with: I have a fan/enthusiast plugin I’m working on for fans of TV shows. One of the custom...
Trying to set up custom schedules for WP Cron, knowing that they use an interval is it even possible to set up a cron job for every first of...
This question already has answers here: Closed 9 years ago. Possible Duplicate: Using WordPress functions on other sites I have an external script that needs to load up WordPress...
I need to add a cron job thru a script I run to set up a server. I am currently using Ubuntu. I can use crontab -e but that...
I’m trying to run a function every 60 minutes using crontab in an elasticbeanstalk environment in AWS, this is my cron: */2 * * * * cd /var/www/html; /usr/bin/php...
So, I want to run a function on my plugin from crontab. For the example, I want to run it every day at 1:10am function my_cronjob_action () { //this...
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 be scheduled by multiple plugins or...
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. 15:50:48, which ruins my cronjobs and...
Closed. This question is off-topic. It is not currently accepting answers. Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support...