WC_Admin_Permalink_Settings
in package
WC_Admin_Permalink_Settings Class.
Table of Contents
- $permalinks : array
- Permalink settings.
- __construct() : mixed
- Hook in tabs.
- product_attribute_slug_input() : mixed
- Show a slug input box.
- product_category_slug_input() : mixed
- Show a slug input box.
- product_tag_slug_input() : mixed
- Show a slug input box.
- settings() : mixed
- Show the settings.
- settings_init() : mixed
- Init our settings.
- settings_save() : mixed
- Save the settings.
Properties
$permalinks
Permalink settings.
private
array
$permalinks
= array()
Methods
__construct()
Hook in tabs.
public
__construct() : mixed
Return values
mixedproduct_attribute_slug_input()
Show a slug input box.
public
product_attribute_slug_input() : mixed
Return values
mixedproduct_category_slug_input()
Show a slug input box.
public
product_category_slug_input() : mixed
Return values
mixedproduct_tag_slug_input()
Show a slug input box.
public
product_tag_slug_input() : mixed
Return values
mixedsettings()
Show the settings.
public
settings() : mixed
Return values
mixedsettings_init()
Init our settings.
public
settings_init() : mixed
Return values
mixedsettings_save()
Save the settings.
public
settings_save() : mixed