Home Forums Newsletter Plugin Support Number of lists

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #73755
    lucio1980
    Participant

    How can I change the limit on the number of subscribers lists? If it’s possible.
    Thank you

    #74086
    Romain Dudek
    Participant

    Hello

    You can have more than 20 lists. You need to add :

    define(‘NEWSLETTER_LIST_MAX’, 30);

    In your wp-config.php file. You can change “30” by any number you want.
    You will need to desactivate your plugin before doing anything and then reactivate it. If you dont do the desactive/activate things you wont be able to register new subscribers to these lists.

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