wpdb->prepare function remove single quote for %s in SQL statment

You cannot suppress the quotes in $wpdb. Run mysqli_real_escape_string() in your script on these variables.

Leave a Comment