/************************************************************************************************************************ * @author Vroooom (c) - Mathieu B. * @copyright Vroooom (c) - Mathieu B. * @link www.vroooom.fr * @version 1.0.0 * @since 2019 /************************************************************************************************************************/ /************************************************************************************************************************/ // Ajouter le theme Parent /************************************************************************************************************************/ add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); function theme_enqueue_styles() { wp_enqueue_style( 'divi', get_template_directory_uri() . '/style.css' ); } ?>