Astra_Dynamic_CSS::astra_4_8_0_compatibility()
Upgrade Astra secondary button border to look style guide in sync.
Description
Return
(bool) true|false.
Source
File: inc/class-astra-dynamic-css.php
public static function astra_4_8_0_compatibility() { $astra_settings = get_option( ASTRA_THEME_SETTINGS ); return apply_filters( 'astra_get_option_enable-4-8-0-compatibility', isset( $astra_settings['enable-4-8-0-compatibility'] ) ? false : true ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.8.0 | Introduced. |