• Resolved enkirch

    (@enkirch)


    Hi,
    what exactly happens when I select the checkbox?

    I already have

    define(‘DISABLE_WP_CRON’, true); in the wp-config and set up the call of the wp-cron.php via Windows Scheduler and it works.

    But what is the checkbox for now? At first I thought it would be set to active when define(‘DISABLE_WP_CRON’, true);?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kuba Mikita

    (@kubitomakita)

    Hi, this is exactly what it does – it just defines the constant for you so you don’t have to edit the wp-config.php file.

    You need to setup the server scheduler still, even with the checkbox on.

    Thread Starter enkirch

    (@enkirch)

    Hi,
    ok thanks. As a small suggestion. If

    define(‘DISABLE_WP_CRON’, true);

    is in the wp-config, could the plugin tell you that this is defined?

    And the checkbox might not be displayed or the interaction option removed because the “checkbox is unnecessary at the moment”?

    Plugin Author Kuba Mikita

    (@kubitomakita)

    That’s an excellent idea! Added it to the backlog, thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.