Forum HomeMembersRecent Posts Forums Q&A Forum 3 CMS WordPress WP_Query and DB What is the differe... Notifications Clear all What is the difference between Wp_query and Wpdb? Last Post RSS Elias(@elias) Member Moderator Joined: 5 months ago Posts: 4277 Topic starter 30/10/2024 7:38 pm What is the difference between Wp_query and Wpdb? Quote Elias(@elias) Member Moderator Joined: 5 months ago Posts: 4277 Topic starter 30/10/2024 7: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: