What is the difference between Wp_query and Wpdb?
- Super User
- Topic Author
- Offline
- User
Less
More
- Posts: 3957
- Thank you received: 0
1 week 1 day ago #3910
by Super User
What is the difference between Wp_query and Wpdb? was created by Super User
What is the difference between Wp_query and Wpdb?
Please Log in to join the conversation.
- Super User
- Topic Author
- Offline
- User
Less
More
- Posts: 3957
- Thank you received: 0
1 week 1 day ago #3911
by Super User
Replied by Super User on topic What is the difference between Wp_query and Wpdb?
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.
Please Log in to join the conversation.
Time to create page: 0.152 seconds