What is the difference between the suppress_errors() function and the hide_errors() functionin wpdb class?

What is the use of each function?

1 Answer
1

  • suppress_errors() hides errors during the database bootstrapping
  • hide_errors() hides SQL errors

Leave a Reply

Your email address will not be published. Required fields are marked *