Viewing 1 replies (of 1 total)
  • nacionarte

    (@nacionarte)

    Adjust the level of Error PHP debugging is showing to you, like:

    // Report simple running errors
    error_reporting(E_ERROR | E_WARNING | E_PARSE);

    Take a look here for more info

Viewing 1 replies (of 1 total)
  • The topic ‘Forces me to disable WP_DEBUG for local development with WordPress >= 4.4’ is closed to new replies.