/home/desid573/verdenaturopathy.com.au/wp-content/themes/Divi_old/includes/builder
Edit: /home/desid573/verdenaturopathy.com.au/wp-content/themes/Divi_old/includes/builder/conditions.php (1794B)
array_get( $_POST, 'action' );
}
$data_actions = array(
'et_fb_retrieve_builder_data',
'et_fb_update_builder_assets',
);
return isset( $_POST['action'] ) && in_array( $_POST['action'], $data_actions, true );
// phpcs:enable
}
endif;
if ( ! function_exists( 'et_builder_should_load_all_data' ) ) :
/**
* Determine whether to load full builder data.
*
* @return bool
*/
function et_builder_should_load_all_data() {
$needs_cached_definitions = et_core_is_fb_enabled() && ! et_fb_dynamic_asset_exists( 'definitions' );
return $needs_cached_definitions || ( ET_Builder_ELement::is_saving_cache() || et_builder_is_loading_data() );
}
endif;
// Note: Functions in this file are sorted alphabetically.