D
D
DMax9212018-02-19 16:07:40
WordPress
DMax921, 2018-02-19 16:07:40

How to replace standard CRON WP with Cron server?

Hello, please tell me how to replace Cron VP with Cron server?
I just know that you need to disable cron in wp-config and then what command to use in the Task Scheduler on the server so that everything works correctly?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Orkhan Hasanli, 2018-02-19
@DMax921

Link to source:
https://www.siteground.com/tutorials/wordpress/rea...
Disable pseudo cron
define('DISABLE_WP_CRON', true);
Add cron
wget -q -O - yourdomain.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question