Skip to content

Commit 76f7835

Browse files
authored
Add WP_PLUGIN_DIR constant (#193)
1 parent e35941c commit 76f7835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
define('ABSPATH', './');
99
define('WP_DEBUG', true);
1010
define('WP_DEBUG_LOG', true);
11+
define('WP_PLUGIN_DIR', './');
1112
define('WPMU_PLUGIN_DIR', './');
1213
define('EMPTY_TRASH_DAYS', 30 * 86400);
1314
define('SCRIPT_DEBUG', false);

0 commit comments

Comments
 (0)