Product_Options implements Registerable
The Product_Options settings tab.
Tags
Interfaces, Classes and Traits
- Registerable
Table of Contents
- MENU_SLUG = 'wpo_options'
- TAB_ID = 'product_options'
- $plugin : mixed
- $title : mixed
- __construct() : mixed
- Get things started.
- get_title() : string
- Get the tab title.
- output() : mixed
- Register the settings.
- register() : void
- Register hooks.
Constants
MENU_SLUG
public
mixed
MENU_SLUG
= 'wpo_options'
Tags
TAB_ID
public
mixed
TAB_ID
= 'product_options'
Tags
Properties
$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 —output()
Register the settings.
public
output() : mixed
Tags
Return values
mixed —register()
Register hooks.
public
register() : void