Astra_Dynamic_CSS::astra_4_6_4_compatibility()

Upgrade Astra default button stylings & compatibility with Spectra buttons.


Description


Return

(bool) true|false.


Source

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

		public static function astra_4_6_4_compatibility() {
			$astra_settings = get_option( ASTRA_THEME_SETTINGS );
			return apply_filters( 'astra_get_option_btn-stylings-upgrade', isset( $astra_settings['btn-stylings-upgrade'] ) ? false : true );
		}

Changelog

Changelog
Version Description
4.6.4 Introduced.


User Contributed Notes

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