astra_check_is_structural_setup()

Check is new structural things are updated.


Description


Return

(bool) true|false.


Source

File: inc/core/common-functions.php

function astra_check_is_structural_setup() {
	$astra_settings = get_option( ASTRA_THEME_SETTINGS );
	return apply_filters( 'astra_get_option_customizer-default-layout-update', isset( $astra_settings['customizer-default-layout-update'] ) ? false : true );
}


User Contributed Notes

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