Advanced multisite management

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 2

  • @JohannFritz78
    @JohannFritz78 7 місяців тому

    Thank you very useful. How does one debug WordPress Network site? Do WordPress create a debug.log for each site or is everything logged to the debug.log file in the wp-content folder?

    • @WordPress
      @WordPress  7 місяців тому +2

      You're welcome!
      By default, WordPress will log all errors into a single `debug.log` file located within the `wp-content` directory. This applies to all sites within the Multisite network. To enable debugging, you'll have to set `WP_DEBUG` to `true` in your `wp-config.php` file and also configure the `WP_DEBUG_LOG` to `true` to allow errors to be logged to the `debug.log` file.