konweb
4/17/2019 - 12:21 PM

Start wp-cron with cron

Start wp-cron with cron

How to use cron

https://gist.github.com/konweb/6c53ae5db2f4ee8bb291b21c71e0ca33

Disable wp-cron

Add the following to wp-config.php

define('DISABLE_WP_CRON', 'true');

cron configuration

/etc/cron.d/wp_cron

SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# Run wp-cron every minute
* * * * * apache sudo /usr/bin/php /var/www/vhosts/jp-dealers.alpinecars.com/html_public/wp-cron.php