Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author eventualo

    (@eventualo)

    You can speed the creation of list increasing the number of recipients added per ajax call (default is 15). Here you are the function:

    function my_easymail_ajaxloop_recipient_limit ( $limit ) {
        return 100; // set here the number
    }
    add_filter( 'alo_easymail_ajaxloop_recipient_limit', 'my_easymail_ajaxloop_recipient_limit' );

    Thread Starter drbrahm

    (@drbrahm)

    Thanks Eventualo, it had worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to speed up "Create list of recipients"’ is closed to new replies.