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;
		}


User Contributed Notes

You must log in before being able to contribute a note or feedback.