Function epl_get_option
Get an option
Looks to see if the specified setting exists, returns default if not
Package: EPL\Functions\Global
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Since: 2.2
Since: 3.5.2 Added check to identify 0 values so that it's not ignored by empty check.
Located at lib/includes/functions.php
Copyright: Copyright (c) 2020, Merv Barrett
License: GNU Public License
Since: 2.2
Since: 3.5.2 Added check to identify 0 values so that it's not ignored by empty check.
Located at lib/includes/functions.php
Parameters summary
string |
$key = '' |
Meta key. |
boolean |
$default = false |
Returns default if not set. |
Return value summary
mixed
|
mixed |