Function asa2_option_is_empty
Checks whether an option has an empty value.
Example:
if (asa2_option_is_empty('widget_collection_css_outer')) { // option "Collection widget class" is empty }
Parameters summary
string |
$key |
The option key |
Return value summary
boolean
|
bool |