class wpdb {}

More Information An instantiated wpdb class can talk to any number of tables, but only to one database at a time. In the rare case you need to connect to another database, instantiate your own object from the wpdb class with your own database connection information. Note: Each method contained within the class is listed … Continue reading wpdb