Update MU plugin to allow Fictioneer plugins
Whaaaaat? It's only fair!
This commit is contained in:
parent
519c3e9db0
commit
445df24da2
@ -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 ] );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user