From 682e08fc40b337155c6fa6d89e5c65c2050ddbd4 Mon Sep 17 00:00:00 2001 From: Tetrakern <26898880+Tetrakern@users.noreply.github.com> Date: Fri, 25 Aug 2023 22:16:31 +0200 Subject: [PATCH] Use generic example for MU allow list Instead of something never published or distributed that gives people the wrong idea. --- mu-plugins/fictioneer_001_fast_requests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu-plugins/fictioneer_001_fast_requests.php b/mu-plugins/fictioneer_001_fast_requests.php index 7cf45c70..52c23e69 100644 --- a/mu-plugins/fictioneer_001_fast_requests.php +++ b/mu-plugins/fictioneer_001_fast_requests.php @@ -40,7 +40,7 @@ if ( strpos( $request_uri, 'wp-json/fictioneer/' ) !== false ) { function fictioneer_exclude_plugins( $plugins ) { // Setup $allow_list = array( - 'fictioneer-email-subscriptions/fictioneer-email-subscriptions.php' + 'plugin-name/plugin-name.php' // Example! ); // Remove not allowed plugins