Astra_Dynamic_CSS::astra_4_4_0_compatibility()
Improve full screen search Submit button style.
Description
Return
(boolean) false if it is an existing user, true if not.
Source
File: inc/class-astra-dynamic-css.php
public static function astra_4_4_0_compatibility() { $astra_settings = get_option( ASTRA_THEME_SETTINGS ); $astra_settings['v4-4-0-backward-option'] = isset( $astra_settings['v4-4-0-backward-option'] ) ? false : true; return apply_filters( 'astra_addon_upgrade_fullscreen_search_submit_style', $astra_settings['v4-4-0-backward-option'] ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |