$lastid = $wpdb->insert_id;
added after the insert query
Source: https://stackoverflow.com/questions/1576018/how-to-get-last-inserted-row-id-from-wordpress-database
$lastid = $wpdb->insert_id;
added after the insert query
Source: https://stackoverflow.com/questions/1576018/how-to-get-last-inserted-row-id-from-wordpress-database
Leave a Reply
You must be logged in to post a comment.