Working With WordPress wpdb Object
22 July 2014
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.