Registration_Fields implements Registerable, Standard_Service
Roles 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() : array<string|int, mixed>
- Retrieve the settings.
- process_admin_options() : mixed
- Save our custom table values
- register() : mixed
- {@inheritdoc}
- setting_screen() : mixed
- Output the setting screen.
- get_empty_field() : array<string|int, mixed>
- Returns an empty registration field
- registration_fields_table() : mixed
- Registration fields table screen
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() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —process_admin_options()
Save our custom table values
public
process_admin_options() : mixed
Tags
Return values
mixed —register()
{@inheritdoc}
public
register() : mixed
Tags
Return values
mixed —setting_screen()
Output the setting screen.
public
setting_screen() : mixed
Tags
Return values
mixed —get_empty_field()
Returns an empty registration field
private
get_empty_field() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —registration_fields_table()
Registration fields table screen
private
registration_fields_table() : mixed