• Resolved kuldeep-m

    (@kuldeep-m)


    hello…

    I would like to have few plugins installed only for the Super Admin, have uploaded them in ‘mu-plugins folder’, but they are not being displayed in the DashBoard, not even for the Super Admin…

    any suggestions…?

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you dropped *folders* in the mu-plugins folder, they don’t get read. has to be actual files.

    If you want to keep them in folders, then make a file with an include.

    Thread Starter kuldeep-m

    (@kuldeep-m)

    thank you for your swift reply…

    can you please guide on how to create a “file with an include”…?

    Anonymous User 6443559

    (@anonymized-6443559)

    Just make a php file in the mu-plugins folder, then it would look something like this:

    <?php
    include ('plugin_folder_name/file_name.php');
    ?>

    You would have an include line for each file.

    Also note, plugins in mu-plugins are active across the network, not just for the super-admin. Every site they will be executed. They might not show up in any menus, but they are certainly there.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘mu-plugins’ is closed to new replies.