Astra_Theme_Options::get_astra_options()
Get astra-options DB values.
Description
Return
(array) Return array of theme options from database.
Source
File: inc/core/class-astra-theme-options.php
public static function get_astra_options() {
return get_option( ASTRA_THEME_SETTINGS );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 4.0.0 | Introduced. |