Property | Type | Description | |
---|---|---|---|
$current_options | array | For the settings callbacks, we need to hold on to the current options |
Method | Description | |
---|---|---|
__construct ( $options ) | ||
check_inbox ( ) | Check the inbox for replies | |
field_apikey ( ) | ||
get_name ( ) : string | Get a human-readable name for the handler | |
handle_post ( ) | ||
options_section_header ( ) | Output a description for the options | |
register_option_fields ( string $group, string $section, array $options ) | Register handler-specific option fields | |
send_mail ( $users, Falcon_Message $message ) | ||
supports_message_ids ( ) : boolean | Specify that Postmark allows custom message IDs | |
validate_options ( array $input ) : array | Validate the options from the submitted form |
Method | Description | |
---|---|---|
send_single ( $data ) |
public check_inbox ( ) |
public static options_section_header ( ) |
public send_mail ( $users, Falcon_Message $message ) | ||
$message | Falcon_Message |
public static supports_message_ids ( ) : boolean | ||
return | boolean |
public static validate_options ( array $input ) : array | ||
$input | array | Raw POSTed data |
return | array | Sanitized POST data |
protected static array $current_options | ||
return | array |