Advertisement
Guest User

Untitled

a guest
Jan 21st, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. /**
  2. * For developers: WordPress debugging mode.
  3. *
  4. * Change this to true to enable the display of notices during development.
  5. * It is strongly recommended that plugin and theme developers use WP_DEBUG
  6. * in their development environments.
  7. *
  8. * For information on other constants that can be used for debugging,
  9. * visit the Codex.
  10. *
  11. * @link https://codex.wordpress.org/Debugging_in_WordPress
  12. */
  13. define('WP_DEBUG', false);
  14.  
  15. /* That's all, stop editing! Happy blogging. */
  16.  
  17. /** Absolute path to the WordPress directory. */
  18. if ( !defined('ABSPATH') )
  19. define('ABSPATH', dirname(__FILE__) . '/');
  20.  
  21. /** Sets up WordPress vars and included files. */
  22. require_once(ABSPATH . 'wp-settings.php');
  23.  
  24. define( 'WP_ALLOW_MULTISITE', true );
  25.  
  26. define ('FS_METHOD', 'direct');
  27.  
  28. define( "WP_AUTO_UPDATE_CORE", minor );
  29. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement