Used By
Used By | Description |
---|---|
wp-admin/includes/upgrade.php: drop_index() | Drops a specified index from a table. |
Disables showing of database errors.
By default database errors are not shown.
(bool) Whether showing of errors was previously active.
File: wp-includes/wp-db.php
public function hide_errors() { $show = $this->show_errors; $this->show_errors = false; return $show; }
Version | Description |
---|---|
0.71 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wpdb/hide_errors