OPTIONS
Options
Structure of the miniCal options Table
// Add a new option.
add_option(string $option, $value = '', bool $autoload = true)
// Removes option by name.
delete_option( string $option )
// Retrieves an option value based on an option name.
get_option( string $option, bool $default = false)
// Update the value of an option that was already added.
update_option( string $option, $value = '', bool $autoload = true )Using the Options
Method
Description
Parameters Description
Return value
Last updated