Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter Leandro

    (@leandroprz)

    For those getting two emails, dwinden provided me a fix for this.
    Add this line to your wp-config.php:

    define( 'ITSEC_NOTIFY_USE_CRON', true );

    @leandro

    Adding the ITSEC_NOTIFY_USE_CRON constant to the wp-config.php file will switch the iTSec plugin DSD email scheduling mechanism to WP Cron. It seems to work fine and more importantly no more duplicate DSD emails.

    There are similar constants which you can define in the wp-config.php file to switch scheduled Database Backups (ITSEC_BACKUP_CRON) and scheduled File Change Detection scans (ITSEC_FILE_CHECK_CRON) to WP Cron.

    Switching to WP Cron has several advantages.

    I guess it’s time to mark this topic as ‘resolved’ ??

    dwinden

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘I'm getting the same Daily Security Digest twice’ is closed to new replies.