Astra_Dynamic_CSS::astra_woo_support_global_settings()

Check is new structural things are updated.


Description


Return

(bool) true|false.


Source

File: inc/class-astra-dynamic-css.php

		public static function astra_woo_support_global_settings() {
			$astra_settings = get_option( ASTRA_THEME_SETTINGS );
			return apply_filters( 'astra_get_option_woo_support_global_settings', isset( $astra_settings['woo_support_global_settings'] ) ? false : true );
		}

Changelog

Changelog
Version Description
4.1.0 Introduced.


User Contributed Notes

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