Description
Filter the maximum number of emails that Email Users will allow before preventing sending.
This is in place to maintain sending reliability and prevent server/browser errors from occurring by loading too many entries.
Usage
add_filter( 'gpeu_limit', 'my_custom_function' );
Parameters
limit int
The maximum number of emails/entries to process. Defaults to
999
.form array
The current form object.
Since
This filter is available since Gravity Forms Email Users 2.0.