Add hierarhical managment
This commit is contained in:
5
backend/wordpress/wp-config.php
Executable file → Normal file
5
backend/wordpress/wp-config.php
Executable file → Normal file
@@ -78,6 +78,9 @@ $table_prefix = 'wp_';
|
||||
* @link https://codex.wordpress.org/Debugging_in_WordPress
|
||||
*/
|
||||
define('WP_DEBUG', true);
|
||||
|
||||
// Enable Debug logging to the /wp-content/debug.log file
|
||||
define( 'WP_DEBUG_LOG', false );
|
||||
define( 'SCRIPT_DEBUG', true );
|
||||
|
||||
/* That's all, stop editing! Happy blogging. */
|
||||
@@ -88,3 +91,5 @@ if ( !defined('ABSPATH') )
|
||||
|
||||
/** Sets up WordPress vars and included files. */
|
||||
require_once(ABSPATH . 'wp-settings.php');
|
||||
|
||||
define('FS_METHOD','direct');
|
||||
|
||||
Reference in New Issue
Block a user