Astra_Addon_Update_Filter_Function::astra_addon_upgrade_fullscreen_search_submit_style()

Improve full screen search Submit button style.


Description


Return

(boolean) false if it is an existing user, true if not.


Source

File: classes/class-astra-addon-update-filter-function.php

	public static function astra_addon_upgrade_fullscreen_search_submit_style() {
		$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'] );
	}

Changelog

Changelog
Version Description
4.4.0 Introduced.


User Contributed Notes

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