TaxesAndFeesMenuPage
extends AbstractMenuPage
in package
Table of Contents
- TAXES_FEES_PAGE_NONCE_NAME = 'mphb_taxes_and_fees'
- $capability : mixed
- $menuSlug : mixed
- $menuTitle : mixed
- $name : mixed
- $order : mixed
- $pageTitle : mixed
- $parentMenu : mixed
- $screenId : mixed
- $titleActions : array<string|int, mixed>
- Custom actions that output just after the page heading
- $fields : mixed
- __construct() : mixed
- addActions() : mixed
- addTitleAction() : mixed
- addTitleActionsScript() : mixed
- createMenu() : mixed
- enqueueAdminScripts() : mixed
- getName() : mixed
- getUrl() : mixed
- isCurrentPage() : bool
- onLoad() : mixed
- render() : mixed
- showNotices() : mixed
- getMenuTitle() : mixed
- getPageTitle() : mixed
- createFields() : mixed
- sanitizeOption() : mixed
- saveOption() : mixed
Constants
TAXES_FEES_PAGE_NONCE_NAME
public
mixed
TAXES_FEES_PAGE_NONCE_NAME
= 'mphb_taxes_and_fees'
Properties
$capability
protected
mixed
$capability
$menuSlug
protected
mixed
$menuSlug
$menuTitle
protected
mixed
$menuTitle
$name
protected
mixed
$name
$order
protected
mixed
$order
$pageTitle
protected
mixed
$pageTitle
$parentMenu
protected
mixed
$parentMenu
$screenId
protected
mixed
$screenId
$titleActions
Custom actions that output just after the page heading
protected
array<string|int, mixed>
$titleActions
= array()
$fields
private
mixed
$fields
= array()
Methods
__construct()
public
__construct() : mixed
Return values
mixed —addActions()
public
addActions() : mixed
Return values
mixed —addTitleAction()
public
addTitleAction(mixed $label, mixed $url[, mixed $options = array() ]) : mixed
Parameters
- $label : mixed
- $url : mixed
- $options : mixed = array()
Return values
mixed —addTitleActionsScript()
public
addTitleActionsScript() : mixed
Return values
mixed —createMenu()
public
createMenu() : mixed
Return values
mixed —enqueueAdminScripts()
public
enqueueAdminScripts() : mixed
Return values
mixed —getName()
public
getName() : mixed
Return values
mixed —getUrl()
public
getUrl([mixed $additionalArgs = array() ]) : mixed
Parameters
- $additionalArgs : mixed = array()
Return values
mixed —isCurrentPage()
public
isCurrentPage([array<string|int, mixed> $atts = array() ]) : bool
Parameters
- $atts : array<string|int, mixed> = array()
Tags
Return values
bool —onLoad()
public
onLoad() : mixed
Return values
mixed —render()
public
render() : mixed
Return values
mixed —showNotices()
public
showNotices() : mixed
Return values
mixed —getMenuTitle()
protected
getMenuTitle() : mixed
Return values
mixed —getPageTitle()
protected
getPageTitle() : mixed
Return values
mixed —createFields()
private
createFields() : mixed
Return values
mixed —sanitizeOption()
private
sanitizeOption(string $option, mixed $value) : mixed
Parameters
- $option : string
- $value : mixed
Return values
mixed —Sanitized value.
saveOption()
private
saveOption(mixed $option, mixed $value) : mixed
Parameters
- $option : mixed
- $value : mixed