How to get last inserted row id from wordpress database? code example
Example: How to get last inserted row id from wordpress database?
global $wpdb;
/** insert query here with $wpdb**/
/** insert query here with $wpdb**/
$lastId = $wpdb->insert_id; //This is last insert id