Recent

wherego_get_default_option function

wherego_get_default_option()

Get the default option for a specific key.

Since: 1.3.0
Source: includes/options-api.php line 127

Signature

function wherego_get_default_option( $key = ... ): mixed;

Parameters

TypeNameDescription
string$keyKey of the option to fetch.

Returns

mixed