Opened 10 years ago
Closed 10 years ago
#23403 closed defect (bug) (duplicate)
Add folder support for the mu-plugins directory (similar to how /plugins works)
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Plugins | Keywords: | |
Focuses: | Cc: |
Description
Relating to this discussion, and as documented here
WordPress only looks for PHP files right inside the mu-plugins directory, and (unlike for normal plugins) not for files in subdirectories. You may want to create a proxy PHP loader file inside the mu-plugins directory:
I propose that we fashion the /mu-plugins
to act in a similar fashion to the /plugins
folder which looks for plugins either by themselves or in a folder with a named .php file.
Change History (4)
Note: See
TracTickets for help on using
tickets.
-1. I don't see the point. Just use /plugins if you need them to behave the same way as /plugins does.