We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c41cf commit 319bab9Copy full SHA for 319bab9
core/class-kirki-util.php
@@ -24,7 +24,7 @@ class Kirki_Util {
24
public function __construct() {
25
add_action( 'after_setup_theme', array( $this, 'acf_pro_compatibility' ) );
26
add_filter( 'http_request_args', array( $this, 'http_request' ), 10, 2 );
27
- add_filter( 'option_active_plugins', array( $this, 'is_plugin_active' ) );
+ // add_filter( 'option_active_plugins', array( $this, 'is_plugin_active' ) );
28
}
29
30
/**
0 commit comments