this addes classic theme styles to the deque to remove the inline from the header.

This commit is contained in:
Jacob Haddon 2024-02-17 16:26:18 -05:00
parent 933cf3376b
commit 36e1fbd1a0

View File

@ -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 );