ProMailerLists::getOpen()
Return array of all lists open for subscription
Note that this does not include pages-type lists
Usage
// basic usage
$proMailerList = $proMailerLists->getOpen();
// usage with all arguments
$proMailerList = $proMailerLists->getOpen($first = false);Arguments
| Name | Type(s) | Description |
|---|---|---|
$first (optional) | bool int | Specify true to to only return the first open list or specify 1 to get first open list ID. Default:false |
Return value
ProMailerList[]|int|null
ProMailerLists methods and properties
API reference based on ProcessWire core version 3.0.253