Method |
Description |
|
__construct ( array $options ) |
Constructor. |
|
display ( ) |
Display the web options tab description. |
|
doInitialUpgrade ( ) |
Remove deprecated keys from web options. |
|
filterDefaults ( array $defaults ) : array |
Filter the array of default values for the web options tab. |
|
getBooleanOptions ( ) : array |
Get an array of options which return booleans. |
|
getDefaults ( ) : array |
Get an array of default values for the web options tab. |
|
getSlug ( ) : string |
Get the slug for the web options tab. |
|
getTitle ( ) : string |
Get the localized title of the web options tab. |
|
init ( ) |
Configure the web options tab using the settings API. |
|
render ( ) |
Render the web options tab form (NOT USED). |
|
renderPartTitle ( array $args ) |
Render the social_media checkbox. |
|
renderSocialMediaField ( array $args ) |
Render the social_media checkbox. |
|
upgrade ( integer $version ) |
Upgrade handler for web options. |
|