Skip to content

Commit

Permalink
Add WP_PLUGIN_DIR constant (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jul 27, 2023
1 parent e35941c commit 76f7835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
define('ABSPATH', './');
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_PLUGIN_DIR', './');
define('WPMU_PLUGIN_DIR', './');
define('EMPTY_TRASH_DAYS', 30 * 86400);
define('SCRIPT_DEBUG', false);
Expand Down

0 comments on commit 76f7835

Please sign in to comment.