Hacker News new | ask | show | jobs
by codedokode 8 days ago
It seems that wpdb doesn't support placeholders for comma-separated lists, like in "WHERE id IN (?)". So the developers have to fall back to string concatenation.