diff --git a/includes/core.php b/includes/core.php index 1f34ec8..653ea50 100755 --- a/includes/core.php +++ b/includes/core.php @@ -23,7 +23,6 @@ function setup() { add_action( 'wp_enqueue_scripts', $n( 'styles' ) ); add_action( 'wp_head', $n( 'js_detection' ), 0 ); add_action( 'wp_head', $n( 'add_manifest' ), 10 ); - add_action( 'wp_head', $n( 'js_disabled_stylesheets' ) ); add_filter( 'script_loader_tag', $n( 'script_loader_tag' ), 10, 2 );