diff --git a/src/Core.php b/src/Core.php index 1256a14..007b28b 100644 --- a/src/Core.php +++ b/src/Core.php @@ -35,6 +35,8 @@ public function ep_bulk_index_posts_request_args($args, $body) public function add_actions() { + remove_action('init', 'wp_widgets_init', 1); + //Disable ACF fields that are from DB - improves performance a lot add_filter('posts_pre_query', [$this, 'acf_posts_pre_query'], 15, 2);