Astra_Dynamic_CSS::astra_4_6_0_compatibility()

In 4.6.0 version we are having new stylings.


Description

  1. Comments area refined.
  2. Defaults improvement for single-blog layouts.
  3. Form default UI improved.

Return

(bool) true|false.


Source

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

		public static function astra_4_6_0_compatibility() {
			$astra_settings = get_option( ASTRA_THEME_SETTINGS );
			return apply_filters( 'astra_get_option_v4-6-0-backward-option', isset( $astra_settings['v4-6-0-backward-option'] ) ? false : true );
		}

Changelog

Changelog
Version Description
4.6.0 Introduced.


User Contributed Notes

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