2024-09-07
This commit is contained in:
parent
082202007b
commit
3ae978e4e8
547 changed files with 3766 additions and 813 deletions
|
|
@ -130,6 +130,12 @@ Config::define("WP_DEBUG_LOG", false);
|
|||
Config::define("SCRIPT_DEBUG", false);
|
||||
ini_set("display_errors", "0");
|
||||
|
||||
/**
|
||||
* Plugins
|
||||
*/
|
||||
Config::define("WPMU_PLUGIN_DIR", Config::get("WP_CONTENT_DIR") . "/mu-plugins");
|
||||
Config::define("WP_PLUGIN_DIR", Config::get("WP_CONTENT_DIR") . "/plugins");
|
||||
|
||||
/**
|
||||
* Allow WordPress to detect HTTPS when used behind a reverse proxy or a load balancer
|
||||
* See https://codex.wordpress.org/Function_Reference/is_ssl#Notes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue