Skip to content

Commit

Permalink
DISABLE_WP_CRON
Browse files Browse the repository at this point in the history
  • Loading branch information
batonac committed Sep 12, 2024
1 parent 71b28ee commit 3d65c4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wp-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
define('WP_AUTO_UPDATE_CORE', 'minor');
define('CONCATENATE_SCRIPTS', false);
define('DISALLOW_FILE_EDIT', true);
define('DISABLE_WP_CRON', true);
define('WP_CACHE', true);
define('WP_POST_REVISIONS', 5);
define('EMPTY_TRASH_DAYS', 7);

// That's all, stop editing! Happy publishing.
if ( ! defined( 'ABSPATH' ) ) {
Expand Down

0 comments on commit 3d65c4c

Please sign in to comment.