diff --git a/mu-plugins/fictioneer_001_fast_requests.php b/mu-plugins/fictioneer_001_fast_requests.php index 52c23e69..891fe273 100644 --- a/mu-plugins/fictioneer_001_fast_requests.php +++ b/mu-plugins/fictioneer_001_fast_requests.php @@ -45,7 +45,7 @@ function fictioneer_exclude_plugins( $plugins ) { // Remove not allowed plugins foreach ( $plugins as $index => $plugin ) { - if ( ! in_array( $plugin, $allow_list ) ) { + if ( ! in_array( $plugin, $allow_list ) && strpos( $plugin, 'fictioneer' ) === false ) { unset( $plugins[ $index ] ); } }