You have 0 items in your cart
* * * * * cd /var/www/vhosts/potbudherb.com/httpdocs/; php -q wp-cron.php > /dev/null 2>&1 # Trigger WP Cron once per minute
# Alternative command:
* * * * * wget -O - "https://potbudherb.com/wp-cron.php?doing_wp_cron" > /dev/null 2>&1 # Use wget to trigger WP Cron once per minute
