Need to determine if I should use CPT or Custom Post tables in WordPress
-
Hello,
I am building a new wordpress plugin that will help my customers manage their products and billing and I am not sure whether I should build custom tables or the wordpress custom post types to complete my solution.
If I were to build custom tables, it would look like this.
Tables:
– Customers (One to Many with link to wp_users table linking there user accounts on my site.
– Products (One to many with link to customers table)
– Invoices (Many to many with links to customers table and products table)
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Need to determine if I should use CPT or Custom Post tables in WordPress’ is closed to new replies.