*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package business-craft
*/
if ( ! function_exists( 'business_craft_set_global' ) ) :
/**
* Setting global values for all saved customizer values
*
* @since Business Craft 1.0.0
*
* @param null
* @return null
*
*/
function business_craft_set_global() {
/*Getting saved values start*/
$GLOBALS['business_craft_customizer_all_values'] = business_craft_get_all_options(1);
}
endif;
business_craft_set_global();
?>
>
>