Function asa2_option_is_not_empty
Checks whether an option has no empty value.
Example:
if (asa2_option_is_not_empty('default_feed_category_name')) { // option "Default category name" for feeds has a value to work with }
Parameters summary
string |
$key |
The option key |
Return value summary
boolean
|
bool |