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 ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.2.2 | Introduced. |