/** * 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' ); Institut Disciples Escoffier’s Blog 2022

OUR BLOG

Stay up to date on culinary industry trends and topics with Institut Disciples Escoffier’s blog.

How to Become a Michelin-Star Chef: What It Takes to Earn Your Star

How to Become a Michelin-Star Chef: What It Takes to Earn Your Star

The culinary world is filled with glittering awards, but one title stands out above the rest: the Michelin Star. It’s the gold standard, the holy grail for chefs around the globe. Imagine earning your place in the ranks of some of the most respected culinary artists like Alain Ducasse, Gordon Ramsay, or Massimo Bottura.

read more
Become a Professional Pastry Chef with IDE!

Become a Professional Pastry Chef with IDE!

If you’ve always dreamed of becoming a professional pastry chef, this is your chance to learn from the best. Our Diploma in Professional Pastry Arts will immerse you in the time-honoured techniques of French pastry while equipping you with the cutting-edge techniques required in today’s fast-paced kitchens.

read more
Why Classic French Cooking Still Matters Mightily

Why Classic French Cooking Still Matters Mightily

Baking is a precise science that requires careful measurement and understanding of chemical reactions. Mastering the science of baking will help you avoid common pitfalls, such as ending up with a hard cookie when you are aiming for a tender cupcake.

read more