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

Changelog

Changelog
Version Description
4.0.0 Introduced.


User Contributed Notes

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