è un plugin di wordpress...
la quesry non è questa?
Codice PHP:
$sql="UPDATE "$events_attendee_tbl " SET fname='$fname', lname='$lname', address='$address', city='$city', state='$state', zip='$zip', phone='$phone', email='$email', payment='$payment', hear='$hear', custom_1='$custom_1', custom_2='$custom_2', custom_3='$custom_3', custom_4='$custom_4' WHERE id ='$id'"
                    
$wpdb->query($wpdb->prepare($sql));