Astra_Dynamic_CSS::astra_check_default_color_typo()

Check is new structural things are updated.


Description


Return

(bool) true|false.


Source

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

		public static function astra_check_default_color_typo() {
			$astra_settings = get_option( ASTRA_THEME_SETTINGS );
			return apply_filters( 'astra_get_option_update_default_color_typo', isset( $astra_settings['update-default-color-typo'] ) ? false : true );
		}

Changelog

Changelog
Version Description
4.0.0 Introduced.


User Contributed Notes

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