Opened 6 months ago
Last modified 6 months ago
#22631 new enhancement
Allow change of dropins folder
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | General | Version: | 3.5 |
| Severity: | normal | Keywords: | |
| Cc: | info@… |
Description
Dropins are stored in the wp-content directory. Currently there is no way to alter this (short of editing core code).
The get_dropins() function does not utilize filters or predefined constants in any way.
Probably the best method here would be to define WP_DROPINS_DIR constant in /wp-includes/default-constants.php that can be overridden in wp-config.php.
Change History (2)
Note: See
TracTickets for help on using
tickets.

For example, you may want the dropins directory to be wp-content/dropins