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:
parent
c7ab5efaa3
commit
682e08fc40
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user