/** * Onboarding functions.php file. * * @package Divi * @subpackage onboarding * * @since ?? */ if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Trigger redirect to onboarding page after theme activation. * * @return void */ function et_onboarding_trigger_redirect() { // Do not redirect if WP-CLI is active. if ( defined( 'WP_CLI' ) && WP_CLI ) { return; } if ( ! class_exists( 'ET_Onboarding' ) ) { // get_template_directory() does not output a trailing slash. // {@see https://developer.wordpress.org/reference/functions/get_template_directory/}. require_once get_template_directory() . '/onboarding/onboarding.php'; } ET_Onboarding::redirect_to_onboarding_page(); } add_action( 'after_switch_theme', 'et_onboarding_trigger_redirect' ); /** * Trigger remove transients when theme is changed. * * @return void */ function et_onboarding_remove_transients() { if ( ! class_exists( 'ET_Onboarding' ) ) { // get_template_directory() does not output a trailing slash. // {@see https://developer.wordpress.org/reference/functions/get_template_directory/}. require_once get_template_directory() . '/onboarding/onboarding.php'; } ET_Onboarding::remove_transients(); } add_action( 'switch_theme', 'et_onboarding_remove_transients' ); Jean-Marc Gaucher, Master Chef Instructor, Bakery, Hong Kong
Jean-Marc Gaucher Master Chef Instructor, Bakery, Hong Kong
Executive Pastry Chef with 25 years of experience in luxury 5 stars hotels, Chef Jean-Marc Gaucher is a master of bakery, pastry, chocolate work, and innovative concept design. His career is a testament to creativity, precision, and a passion for the culinary arts.

Chef Jean-Marc began his journey by running his own traditional French bakery in Nice, where he developed a deep appreciation for craftsmanship and quality. He further refined his skills under the mentorship of internationally renowned pastry chef Didier Berlioz in New York, which shaped his creative vision and technical expertise. Over the years, he has built an impressive reputation, earning accolades while working at prestigious establishments such as Four Seasons Macao, Conrad Bangkok, InterContinental Dubai, InterContinental Hong Kong, The Datai Langkawi, Galaxy Casino Macao, Langham Hong Kong, Mira Design Hotel Hong Kong.

In 2025, Chef Jean-Marc Gaucher joined the team at Institut Disciples Escoffier to share his international expertise in baking with passionate learners. Bringing his passion for innovation and excellence to the classroom, he equips students with the skills and knowledge to master the art of baking, inspiring them to achieve their culinary goals.