HomeMembersRecent Posts Forums Q&A Forum WordPress WP_Query and MySQL What is the differe... Notifications Clear all What is the difference between Wp_query and Wpdb? Last Post RSS Elias(@elias) Member Moderator Joined: 6 months ago Posts: 4273 Topic starter 30/10/2024 5:38 pm What is the difference between Wp_query and Wpdb? Quote Elias(@elias) Member Moderator Joined: 6 months ago Posts: 4273 Topic starter 30/10/2024 5:39 pm The difference between the two is $wpdb->query allows you to write your own SQL statement, where $wpdb->insert accepts an array and takes care of sanitizing/sql for you. ReplyQuote Share: