ProMailerSubscribers::pageSelector()

Return selector for finding subscribers from given list

Usage

// basic usage
$string = $proMailerSubscribers->pageSelector($list);

// usage with all arguments
$string = $proMailerSubscribers->pageSelector($list, array $options = []);

Arguments

NameType(s)Description
$listProMailerList int
$options (optional)array
  • getTemplates (bool): Return array of template names matched in the selector? Default:false
  • getEmailField (bool): Return name of matched email field in the selector? Default:false
  • getInitValue (bool): Get base selector without any custom selections added Default:false

Return value

string array


ProMailerSubscribers methods and properties

API reference based on ProcessWire core version 3.0.251