Crudiator

Crudiator is a plugin that makes it easy to achieve CRUD operations on custom tables in the WordPress admin panel.

1 database table

Table NameDescriptionMethod
wp_accountStores account 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_options
Option key:autocompleteOption key:columnsOption key:connectionOption key:debugOption key:deleteOption key:detailOption key:detail_columnsOption key:display_asOption key:exportOption key:export_columnsOption key:export_string_columnsOption key:filterOption key:filter_columnsOption key:fulltext_columnsOption key:fulltext_searchOption key:fulltext_search_typeOption key:insertOption key:insert_columnsOption key:list_column_display_toggleOption key:list_columnsOption key:list_orderOption key:list_perpageOption key:list_perpage_numberOption key:list_sortable_columnsOption key:require_columnsOption key:updateOption key:update_columnsOption key:viewsOption key:where
wp_postmeta
Post meta
wp_posts
Custom post type:crudiator
wp_usermeta
User meta