Welcome to Centmin Mod Community
Register Now

CM & WP-CRON

Discussion in 'Blogs & CMS usage' started by Droidism, Dec 24, 2019.

  1. Droidism

    Droidism New Member

    22
    8
    3
    Oct 3, 2019
    Ratings:
    +15
    Local Time:
    1:03 PM
    1.17.4
    10.3.18
    At the moment I'm trying to disable wp-cron and have it run externally, as in "on the server".

    The rule I'm using in wp-config is:
    PHP:
    define(  'DISABLE_WP_CRON',  true );
    Then I'm "offloading" it via the
    PHP:
    crontab -e
    command, adding:
    PHP:
    20 * * * * wget --https://domain.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1
    But it seems that CMM ads
    PHP:
    define'DISABLE_WP_CRON'false );
    out of the box.

    Now for the big question: What could/will go wrong with CMM/WP when I reverse the WordPress constant from false to true?

     
  2. Droidism

    Droidism New Member

    22
    8
    3
    Oct 3, 2019
    Ratings:
    +15
    Local Time:
    1:03 PM
    1.17.4
    10.3.18