From d624225cf44a4328179e6c0d299382e6b8e4510c Mon Sep 17 00:00:00 2001 From: Sanket Parmar Date: Thu, 25 Feb 2021 16:17:24 +0530 Subject: [PATCH] Fix function not found warning --- includes/core.php | 1 - 1 file changed, 1 deletion(-) 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 );