Astra_Addon_Update_Filter_Function::astra_addon_update_default_menu_styling()

Sub menu broken arrow icon for tablet and mobile.


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_update_default_menu_styling() {
		$astra_settings                                      = get_option( ASTRA_THEME_SETTINGS, array() );
		$astra_settings['update-default-spacing-for-header'] = isset( $astra_settings['update-default-spacing-for-header'] ) ? false : true;
		return apply_filters( 'astra_addon_update_legacy_menu_spacing', $astra_settings['update-default-spacing-for-header'] );
	} 

Changelog

Changelog
Version Description
4.6.0 Introduced.


User Contributed Notes

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