• I need to turn off the time limit on the subscription form (“You need to wait 60 seconds before subscribing again”). Is that possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @gargravarr,

    That’s not possible.

    We don’t allow too many subscriptions with the same IP address for logged out users to avoid spammy subscriptions in a short amount of time. It means the more times you try to subscribe – the longer you have to wait for subscribe again.

    Thanks!

    @gargravarr From reading MailPoet’s code, it seems that there’s a hook you can use to disable throttling. Something like this in your functions.php could to the trick:

    add_filter( 'mailpoet_subscription_limit_enabled', '__return_false' );

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Subscription throttling’ is closed to new replies.