This function should be used only to enable showing of errors.
wpdb::hide_errors() should be used instead for hiding of errors. However,
this function can be used to enable and disable showing of database
errors.
public show_errors ( boolean $show = true ) : boolean | ||
$show | boolean | Whether to show or hide errors |
return | boolean | Old value for showing errors. |