Astra_Dynamic_CSS::astra_4_8_9_compatibility()

In 4.8.9 version we are having following compatibilities.


Description

  1. Color sequence & tooltips updated (AST-3809).

Return

(bool) true|false.


Source

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

		public static function astra_4_8_9_compatibility() {
			$astra_settings = get_option( ASTRA_THEME_SETTINGS );
			return apply_filters( 'astra_get_option_enable-4-8-9-compatibility', isset( $astra_settings['enable-4-8-9-compatibility'] ) ? false : true );
		}

Changelog

Changelog
Version Description
4.8.9 Introduced.


User Contributed Notes

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