Tag: wpdb
Working with the WordPress database: wpdb class
Hey! Welcome to our tutorial on working with the WordPress database using the wpdb class. In this tutorial, we’ll be going over the basics of creating tables, adding, updating, and editing data in your WordPress site’s database. First, let’s start with creating a table. To do this, we’ll use the $wpdb->query() method, which allows us […]