ProMailerSubscribers::getById()

Get a subscriber by ID

Usage

// basic usage
$bool = $proMailerSubscribers->getById(int $id);

// usage with all arguments
$bool = $proMailerSubscribers->getById(int $id, $list = 0);

Arguments

NameType(s)Description
$idint
$list (optional)int ProMailerList

Specify list or omit to auto-detect (argument required for page lists though)

Return value

bool ProMailerSubscriber


ProMailerSubscribers methods and properties

API reference based on ProcessWire core version 3.0.251