Replace WordPress’s built-in scheduled tasks with a real server cron job for better performance:

define( 'DISABLE_WP_CRON', true );

Then set a server cron job to hit https://yoursite.com/wp-cron.php every 15 minutes.


You have three options to access this file:

If you have an SSL certificate, force the admin area to use it:

define( 'FORCE_SSL_ADMIN', true );

Wp | Config.php

Replace WordPress’s built-in scheduled tasks with a real server cron job for better performance:

define( 'DISABLE_WP_CRON', true );

Then set a server cron job to hit https://yoursite.com/wp-cron.php every 15 minutes. wp config.php


You have three options to access this file: Replace WordPress’s built-in scheduled tasks with a real

If you have an SSL certificate, force the admin area to use it: Then set a server cron job to hit https://yoursite

define( 'FORCE_SSL_ADMIN', true );