wptoy.com
Submitted by: Stefan Vervoort

Create a WordPress Plugin With Its Own Custom Database Table

In 99% of the currently available WordPress plugins, there is absolutely no need for them to have a custom table - WordPress utilizes the ‘options’ table to help in most cases. However, what if your plugin requires it’s own “space” in the WordPress database?

Today, we will learn how we can create that database table for your plugin.

direct link