Get current pagination (limit=100) of subscribers for given list
Includes both confirmed and non-confirmed subscribers
Usage
// basic usage
$items = $proMailerSubscribers->find();
// usage with all arguments
$items = $proMailerSubscribers->find(array $options = []);
Arguments
Name | Type(s) | Description |
---|
options (optional) | array | list (ProMailerList|int): List to limit find tosort (string): What to sort by (default='-created')email (string): Find subscriber email that contains this textcustom (string): Find subscriber that matches string in custom dataconfirmed (bool): Return only confirmed subscribers? (default=false)id (int): Count only subscribers greater than or equal to this subscriber ID (default=0)limit (int): Limit to this many subscribers per pagination (default=100)partial (bool): Perform a partial match rather than exact match? (default=true)count (bool): Return a count rather than subscribers? (default=false)delete (bool): Delete all found subscribers rather than return them? (default=false)
|
Return value
ProMailerSubscribersArray
int
Returns array of subscribers or integer if 'count' or 'delete' option specified
ProMailerSubscribers methods and properties
API reference based on ProcessWire core version 3.0.236