General implements Registerable
The General settings tab.
Tags
Interfaces, Classes and Traits
- Registerable
Table of Contents
- MENU_SLUG = 'wpo_options'
- OPTION_GROUP = 'wc_product_options_settings'
- TAB_ID = 'general'
- $license_setting : mixed
- $plugin : mixed
- $title : mixed
- __construct() : mixed
- Get things started.
- get_title() : string
- Get the tab title.
- register() : void
- Register hooks.
- register_settings() : mixed
- Register the settings.
Constants
MENU_SLUG
public
mixed
MENU_SLUG
= 'wpo_options'
Tags
OPTION_GROUP
public
mixed
OPTION_GROUP
= 'wc_product_options_settings'
Tags
TAB_ID
public
mixed
TAB_ID
= 'general'
Tags
Properties
$license_setting
private
mixed
$license_setting
Tags
$plugin
private
mixed
$plugin
Tags
$title
private
mixed
$title
Tags
Methods
__construct()
Get things started.
public
__construct(Licensed_Plugin $plugin) : mixed
Parameters
- $plugin : Licensed_Plugin
Tags
Return values
mixed —get_title()
Get the tab title.
public
get_title() : string
Tags
Return values
string —register()
Register hooks.
public
register() : void
Tags
Return values
void —register_settings()
Register the settings.
public
register_settings() : mixed