ProMailerSubscriber::getCustom()

Get custom field value

Usage

// basic usage
$string = $proMailerSubscriber->getCustom();

// usage with all arguments
$string = $proMailerSubscriber->getCustom(string $name = '');

Arguments

NameType(s)Description
$name (optional)string

Property name or omit to get all

Return value

string int mixed bool null


ProMailerSubscriber methods and properties

API reference based on ProcessWire core version 3.0.255