Start wp-cron with cron
https://gist.github.com/konweb/6c53ae5db2f4ee8bb291b21c71e0ca33
Add the following to wp-config.php
define('DISABLE_WP_CRON', 'true');
/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