Skip to content

Commit 319bab9

Browse files
committed
fixes #1448
1 parent a4c41cf commit 319bab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/class-kirki-util.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Kirki_Util {
2424
public function __construct() {
2525
add_action( 'after_setup_theme', array( $this, 'acf_pro_compatibility' ) );
2626
add_filter( 'http_request_args', array( $this, 'http_request' ), 10, 2 );
27-
add_filter( 'option_active_plugins', array( $this, 'is_plugin_active' ) );
27+
// add_filter( 'option_active_plugins', array( $this, 'is_plugin_active' ) );
2828
}
2929

3030
/**

0 commit comments

Comments
 (0)