diff --git a/lib/hooks.php b/lib/hooks.php index 8c93126..511b186 100644 --- a/lib/hooks.php +++ b/lib/hooks.php @@ -155,7 +155,6 @@ function init() { wp_dequeue_style( 'core-block-styles' ); // Core block styles. remove_action( 'wp_enqueue_scripts', 'wp_enqueue_global_styles', 1 ); remove_action( 'wp_enqueue_scripts', 'wp_enqueue_classic_theme_styles', 1 ); - remove_action( 'wp_head', 'wp_print_styles', 8 ); remove_action( 'wp_head', 'wp_print_head_scripts', 9 ); remove_action( 'wp_head', 'wp_generator' ); // WordPress version. remove_action( 'wp_head', 'rsd_link' ); // RSD link.