From 36e1fbd1a0cbdf73296259adb68ba397319578a1 Mon Sep 17 00:00:00 2001 From: Jacob Haddon Date: Sat, 17 Feb 2024 16:26:18 -0500 Subject: [PATCH] this addes classic theme styles to the deque to remove the inline from the header. --- functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions.php b/functions.php index 10a3c2c..f778aa8 100644 --- a/functions.php +++ b/functions.php @@ -37,6 +37,8 @@ function remove_actions_parent_theme() { wp_dequeue_style( 'wp-block-library-theme' ); wp_dequeue_style( 'wc-block-style' ); wp_dequeue_style( 'global-styles' ); + wp_dequeue_style( 'classic-theme-styles' ); + remove_action( 'wp_head', '_wp_render_title_tag', 1); // remove_action( 'wp_head', 'wp_enqueue_scripts', 1 );