Astra_Theme_Options::refresh()

Update theme static option array.


Description


Source

File: inc/core/class-astra-theme-options.php

		public static function refresh() {
			self::$db_options = wp_parse_args(
				self::get_db_options(),
				self::defaults()
			);
		}


User Contributed Notes

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