Property | Type | Description | |
---|---|---|---|
$SETTINGS_COMPONENTS | The addToSettingsPage method is called on each class to initialize its components | ||
$hook_suffix | The hook suffix assigned by add_utility_page() |
Method | Description | |
---|---|---|
addContextualHelp ( ) : void | Add contextual help content to the settings screen | |
featureName ( ) : string | Reference the feature by name | |
getSettingsComponentsForEnabledFeatures ( ) : array | Do not display a settings section if the related feature has been disabled by the site | |
menuItem ( ) : string | null | Add a submenu item to WordPress admin. | |
settingsPage ( ) : void | Load the settings page |
public addContextualHelp ( ) : void | ||
return | void |
public static featureName ( ) : string | ||
return | string | translated feature name |
public static getSettingsComponentsForEnabledFeatures ( ) : array | ||
return | array | { Settings component full qualified class names @type string fully qualified class name } |
protected static $SETTINGS_COMPONENTS |