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