Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes!

    Follow these steps:

    1. Create a file on your wordpress root folder called mailpoet-cron.php
    2. Inside this file place the code below
    3. Create a cron job to trigger this file instead
    <?php
    $result = file_get_contents('https://your_domain.com/wp-cron.php?80a20d75f715ba700c8e4826b19b6609&action=wysija_cron&process=all&silent=1');
    echo $result;
    ?>

    Does this make sense?!

    Thread Starter David M.

    (@david-m)

    Hi. I tried this suggestion and my latest two blog posts have been perfectly delivered to the mailing list. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wysija cron without parameters’ is closed to new replies.