Advanced CSV Importer
Import posts, pages, custom fields, categories, tags and more from a CSV file.
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_collection_test | Stores collection test data created by this plugin. | Static |
| wp_test | Stores test data created by this plugin. | Static |
| wp_user | Stores user data created by this plugin. | Static |
| wp_user2 | Stores user2 data created by this plugin. | Static |
Core Table Usage
This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.
wp_postmetawp_postsCustom post type:
acsv-log