Use generic example for MU allow list

Instead of something never published or distributed that gives people the wrong idea.
This commit is contained in:
Tetrakern 2023-08-25 22:16:31 +02:00
parent c7ab5efaa3
commit 682e08fc40

View File

@ -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