General implements Registerable
Settings tab for the plugin.
Interfaces, Classes and Traits
- Registerable
Table of Contents
- $id : string
- Page ID
- $license_setting : License_Setting
- License settings handler.
- __construct() : mixed
- Get things started.
- get_settings() : array<string|int, mixed>
- Settings list.
- register() : void
- Hook into WP.
Properties
$id
Page ID
public
string
$id
$license_setting
License settings handler.
private
License_Setting
$license_setting
Methods
__construct()
Get things started.
public
__construct(string $id, License_Setting $license_setting) : mixed
Parameters
- $id : string
-
section id
- $license_setting : License_Setting
Return values
mixed —get_settings()
Settings list.
public
get_settings() : array<string|int, mixed>
Return values
array<string|int, mixed> —register()
Hook into WP.
public
register() : void