What should one use for plugin development — custom post types or custom database tables?
Answer Posted / Deepak Kumar Sagar
Custom post types (CPTs) are useful when you need to create a new type of content that integrates with WordPress' built-in functionality, such as allowing comments or using taxonomies. Custom database tables are better suited for storing complex data structures that do not require native WordPress integration.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers