Add Custom Database Table to a WordPress Plugin
Adding a custom database table to a WordPress plugin is a simple 2 step process. If you are using the WordPress Plugin Boilerplate, adding a custom database table involves adding the following code to the activate function within the class-plugin-name-activator.php. This code includes utilizing the wpdb global variable and the dbDelta function that allows a … Continue reading Add Custom Database Table to a WordPress Plugin
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed