Recent

tptn_get_default_optionfunction

tptn_get_default_option()

Get the default option for a specific key

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

Signature

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

Parameters

Type Name Description
string $key Key of the option to fetch.

Returns

mixed