General implements Registerable

The General settings tab.

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

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

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
Tags
Return values
mixed

Search results