Tables implements Service, Registerable

The Product_Tables settings tab.

Tags
author

Barn2 Plugins info@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

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

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
Return values
void

Search results