this addes classic theme styles to the deque to remove the inline from the header.
This commit is contained in:
parent
933cf3376b
commit
36e1fbd1a0
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user