Astra_Dynamic_CSS::astra_core_form_btns_styling()

Core Comment & Search Button Styling Compatibility.


Description

Old Users – Will not reflect directly. New Users – Direct reflection


Return

(bool) true|false.


Source

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

		public static function astra_core_form_btns_styling() {
			$astra_settings = get_option( ASTRA_THEME_SETTINGS );
			return apply_filters( 'astra_core_form_btns_styling', isset( $astra_settings['v4-2-2-core-form-btns-styling'] ) ? false : true );
		}

Changelog

Changelog
Version Description
4.2.2 Introduced.


User Contributed Notes

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