wordpress disable errors

  1. Access your WordPress website's files using a file manager or FTP client.
  2. Locate the wp-config.php file in the root directory of your WordPress installation.
  3. Open the wp-config.php file using a text editor.
  4. Add the following line of code to the wp-config.php file: define('WP_DEBUG', false);
  5. Save the changes to the wp-config.php file.
  6. Close the wp-config.php file and ensure that the changes are saved.
  7. Check your WordPress website to confirm that error reporting has been disabled.