astra_check_old_sidebar_user()

Check if the user is old sidebar user.


Description


Return

(bool) true|false.


Source

File: inc/core/common-functions.php

function astra_check_old_sidebar_user() {
	$astra_settings = get_option( ASTRA_THEME_SETTINGS );
	return apply_filters( 'astra_old_global_sidebar_defaults', isset( $astra_settings['astra-old-global-sidebar-default'] ) ? false : true );
}

Changelog

Changelog
Version Description
3.9.4 Introduced.


User Contributed Notes

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