Forum

What is the differe...
 
Notifications
Clear all

What is the difference between Wp_query and Wpdb?


(@elias)
Member Moderator
Joined: 5 months ago
Posts: 4277
Topic starter  

What is the difference between Wp_query and Wpdb?


   
Quote
(@elias)
Member Moderator
Joined: 5 months ago
Posts: 4277
Topic starter  

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: