ASA2 Functions
  • Package
  • Function

Packages

  • API
  • Helper
  • i18n
  • Options
  • OptionsShortcuts
  • Renderer
  • Repo

Functions

  • asa2_option_get
  • asa2_option_is
  • asa2_option_is_empty
  • asa2_option_is_not_empty

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
}
Package: Options
Since: 1.8.0
Located at functions_options.php

Parameters summary

string $key The option key

Return value summary

boolean bool
ASA2 Functions API documentation generated by ApiGen