WPOptionWrapperBase
in
Tags
Table of Contents
- addOption() : bool
- deleteOption() : bool
- getOption() : mixed
- updateOption() : bool
Methods
addOption()
public
addOption(string $option[, mixed $value = '' ][, bool $autoload = true ]) : bool
Parameters
- $option : string
- $value : mixed = ''
- $autoload : bool = true
Return values
bool —success
deleteOption()
public
deleteOption(string $option) : bool
Parameters
- $option : string
Return values
bool —success
getOption()
public
getOption(string $option[, mixed $default = false ]) : mixed
Parameters
- $option : string
- $default : mixed = false
Return values
mixed —updateOption()
public
updateOption(string $option, mixed $value[, bool $autoload = null ]) : bool
Parameters
- $option : string
- $value : mixed
- $autoload : bool = null
Return values
bool —success