This function has been deprecated. Use astra_addon_support_swap_mobile_above_header_sections() instead.
is_support_swap_mobile_above_header_sections()
Deprecating is_support_swap_mobile_above_header_sections function.
Description
Checking backward flag to support swapping of sections in mobile-above header.
See also
Return
(bool) true|false
Source
File: classes/deprecated/deprecated-functions.php
function is_support_swap_mobile_above_header_sections() { $astra_settings = get_option( ASTRA_THEME_SETTINGS ); $astra_settings['support-swap-mobile-header-sections'] = isset( $astra_settings['support-swap-mobile-header-sections'] ) ? false : true; return apply_filters( 'astra_apply_swap_mobile_header_sections_css', $astra_settings['support-swap-mobile-header-sections'] ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
3.6.2 | Introduced. |