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 );
		}

Changelog

Changelog
Version Description
4.2.0 Introduced.


User Contributed Notes

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