Emails implements Registerable, Standard_Service
Emails Setting Tab
Tags
Interfaces, Classes and Traits
- Registerable
- Standard_Service
Table of Contents
- $id : mixed
- __construct() : mixed
- Constructor.
- get_id() : string
- Return the ID of the settings tab.
- get_settings() : mixed
- Retrieve the settings.
- register() : mixed
- {@inheritdoc}
- setting_screen() : mixed
- Output email notification settings.
Properties
$id
private
mixed
$id
Tags
Methods
__construct()
Constructor.
public
__construct(string $id) : mixed
Parameters
- $id : string
Tags
Return values
mixed —get_id()
Return the ID of the settings tab.
public
get_id() : string
Tags
Return values
string —get_settings()
Retrieve the settings.
public
get_settings() : mixed
Tags
Return values
mixed —register()
{@inheritdoc}
public
register() : mixed
Tags
Return values
mixed —setting_screen()
Output email notification settings.
public
setting_screen() : mixed