Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eminozlem/869f17cb92ee9ab772fe4efe245b2af5 to your computer and use it in GitHub Desktop.
Save eminozlem/869f17cb92ee9ab772fe4efe245b2af5 to your computer and use it in GitHub Desktop.
Debugging a $wpdb query insert or update
$wpdb->last_error
OR
<?php $wpdb->show_errors(); ?>
<?php $wpdb->hide_errors(); ?>
<?php $wpdb->print_error(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment