Astra_Dynamic_CSS::astra_fullwidth_sidebar_support()
Check if fullwidth layout with sidebar is supported.
Description
Old users – yes New users – no
Return
(bool) true|false.
Source
File: inc/class-astra-dynamic-css.php
public static function astra_fullwidth_sidebar_support() { $astra_settings = get_option( ASTRA_THEME_SETTINGS ); return apply_filters( 'astra_get_option_fullwidth_sidebar_support', isset( $astra_settings['fullwidth_sidebar_support'] ) ? false : true ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.2.0 | Introduced. |