ProMailerSubscriber::confData()
Get or set confirmation email data
Usage
// basic usage
$array = $proMailerSubscriber->confData();
// usage with all arguments
$array = $proMailerSubscriber->confData($name = '', $value = null, bool $saveNow = false);Arguments
| Name | Type(s) | Description |
|---|---|---|
$name (optional) | ||
$value (optional) | array string int null | Omit to get or specify value to set. Specify array when setting all (and name argument is true). |
$saveNow (optional) | bool | When setting, save changes now? |
Return value
array bool int string
ProMailerSubscriber methods and properties
API reference based on ProcessWire core version 3.0.255