Tables implements Service, Registerable
The Product_Tables settings tab.
Tags
Interfaces, Classes and Traits
- Service
- Registerable
Table of Contents
- MENU_SLUG = 'wpt_tables'
- TAB_ID = 'tables'
- $id : mixed
- $plugin : mixed
- $title : mixed
- __construct() : mixed
- Get things started.
- get_id() : string
- Get the tab ID.
- get_services() : mixed
- get_title() : string
- Get the tab title.
- output() : mixed
- Register the settings.
- register() : void
- Register hooks.
Constants
MENU_SLUG
public
mixed
MENU_SLUG
= 'wpt_tables'
TAB_ID
public
mixed
TAB_ID
= 'tables'
Properties
$id
private
mixed
$id
$plugin
private
mixed
$plugin
$title
private
mixed
$title
Methods
__construct()
Get things started.
public
__construct(Licensed_Plugin $plugin) : mixed
Parameters
- $plugin : Licensed_Plugin
Return values
mixed —get_id()
Get the tab ID.
public
get_id() : string
Return values
string —get_services()
public
get_services() : mixed
Return values
mixed —get_title()
Get the tab title.
public
get_title() : string
Return values
string —output()
Register the settings.
public
output() : mixed
Return values
mixed —register()
Register hooks.
public
register() : void