We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76f37f commit f0e5061Copy full SHA for f0e5061
bootstrap.php
@@ -4,6 +4,8 @@
4
define( 'ABSPATH', './' );
5
define( 'WP_DEBUG', true );
6
define( 'WP_DEBUG_LOG', true );
7
+// There is no core function to read WPMU_PLUGIN_DIR.
8
+define( 'WPMU_PLUGIN_DIR', './' );
9
define( 'MINUTE_IN_SECONDS', 60 );
10
define( 'HOUR_IN_SECONDS', 60 * MINUTE_IN_SECONDS );
11
define( 'DAY_IN_SECONDS', 24 * HOUR_IN_SECONDS );
0 commit comments