Working With WordPress wpdb Object

Working With WordPress wpdb Object

WordPress offers an object that can be used to access data form default tables and custom tables. The $wpdb object contains several methods to read, insert, delete and update records from tables. Let’s explore these methods in details.

continue reading »