Recent

ata_get_optionfunction

ata_get_option()

Get an option

Looks to see if the specified setting exists, returns default if not

Since: 1.2.0
Source: includes/options-api.php line 39

Signature

function ata_get_option( $key = ..., $default_value = ... ): mixed;

Parameters

Type Name Description
string $key Option to fetch.
mixed $default_value Default option.

Returns

mixed