Astra_Theme_Options::get_db_options()
Get theme options from static array() from database
Description
Return
(array) Return array of theme options from database.
Source
File: inc/core/class-astra-theme-options.php
public static function get_db_options() {
self::$db_options_no_defaults = get_option( ASTRA_THEME_SETTINGS );
return self::$db_options_no_defaults;
}
Expand full source code Collapse full source code View on Trac