get_option

Option-related functions

Summary

get_option($name)

Get an option from the options table.

If the returned value represents an object or array, it must be unserializedby the caller before use. For example:

$object = unserialize(get_option('plugin_object'));
Parameters:
  • $name (unknown) –

Usage

Examples

See Also