Title: Crudiator
Author: takafu
Published: <strong>November 16, 2022</strong>
Last modified: February 8, 2025

---

Search plugins

![](https://ps.w.org/crudiator/assets/banner-772×250.png?rev=2929919)

![](https://ps.w.org/crudiator/assets/icon-256x256.png?rev=2929919)

# Crudiator

 By [takafu](https://profiles.wordpress.org/takafu/)

[Download](https://downloads.wordpress.org/plugin/crudiator.2.0.2.zip)

 * [Details](https://pcd.wordpress.org/plugins/crudiator/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/crudiator/#reviews)
 * [Development](https://pcd.wordpress.org/plugins/crudiator/#developers)

 [Support](https://wordpress.org/support/plugin/crudiator/)

## Description

_Once you create a custom table in WordPress, don’t you need a screen to manipulate
that data within the WordPress admin panel?_

When you prepare other database tables (henceforth, custom tables) in WordPress,
you usually need a screen to operate CRUD for that table data in the WordPress admin
panel. (CRUD is an acronym for Create, Read, Update, Delete.)

Moreover, it would be great if the screen conforms to the familiar WordPress UI,
preferably so that WordPress users can use it intuitively.

However, it requires a certain amount of program development to prepare it in the
WordPress admin panel, and this is quite a hassle.

This “Crudiator” makes it possible in just a few steps!

With Crudiator, you can instantly create a screen in the WordPress admin panel that
allows CRUD manipulation of custom tables.

If you need to create a screen for CRUD operations on custom tables in WordPress,
you will save a whole lot of development man-hours

## Screenshots

 * [[
 * You can create, read, update, and delete table data on the database with the 
   WordPress UI.
 * [[
 * It is easy to use, just select the database table from the Crudiator menu and
   save it.
 * [[
 * Data creation and editing forms are generated automatically.
 * [[
 * You can also use custom json settings to provide the input form you desire.
 * [[
 * Powerful filtering functions allow for easy data extraction.
 * [[
 * If the debug option is enabled, it is also possible to check the SQL executed.

## Reviews

![](https://secure.gravatar.com/avatar/139fff143163433ad445fa4e3e22c7895ff27256626fac1525942228652ff555?
s=60&d=retro&r=g)

### 󠀁[Fantastic.](https://wordpress.org/support/topic/fantastic-3420/)󠁿

 [infinustechnology](https://profiles.wordpress.org/koppit/) May 2, 2025 1 reply

I had a database created in a custom format, and was about to create a custom CRUD
interface for it when I came across this plugin. 5 minutes later I have access to
all of the records inside the WordPress database, and AI had helped me customize
the display json settings. I guess the only drawback is a user needing the custom
json to display specific content – However, that is also it’s hidden superpower.
For a developer this is gold. Thank you.

![](https://secure.gravatar.com/avatar/3e07d349de8cbd876a33b19a28eaba7aae24146df34e62738882470a230972e9?
s=60&d=retro&r=g)

### 󠀁[Great work](https://wordpress.org/support/topic/great-work-1122/)󠁿

 [rankseek](https://profiles.wordpress.org/rankseek/) April 28, 2024 1 reply

The plugin still runs without problems under WP 6.5.2 and PHP 8.3.3 in 2024. Thanks
for the great work!

![](https://secure.gravatar.com/avatar/f30ea51c2620d88eef8796c68642e6d2668d5bbb6bcca688891acb5337e7a629?
s=60&d=retro&r=g)

### 󠀁[Best plugin](https://wordpress.org/support/topic/best-plugin-1389/)󠁿

 [Aydin Javadly](https://profiles.wordpress.org/xakerik/) April 12, 2024 1 reply

Best crud plugin

![](https://secure.gravatar.com/avatar/98195d228e9177e36ca8a13d4c674356c6df724a3e0468dc646c9cc872a077a8?
s=60&d=retro&r=g)

### 󠀁[Great first iteration!](https://wordpress.org/support/topic/great-first-iteration/)󠁿

 [Bowo](https://profiles.wordpress.org/qriouslad/) May 12, 2023 3 replies

I love that I don’t need to go into the database to peek inside custom tables. I
hope you keep developing this into the future. Maybe add a search box in the list
view to begin with. Sending you a small donation…

![](https://secure.gravatar.com/avatar/3c91d269f7b36fc9a9faa95fde1c0e7073047393cd1a0b9d7eee77d8053e3462?
s=60&d=retro&r=g)

### 󠀁[Works great!](https://wordpress.org/support/topic/works-great-8762/)󠁿

 [CodeRevolution](https://profiles.wordpress.org/coderevolution/) March 31, 2023

Worked flawlessly for me! Great plugin!

![](https://secure.gravatar.com/avatar/64506aa5814db117172cea8b4cc856086251813c4b4c78cc6c39bf6d2050fa13?
s=60&d=retro&r=g)

### 󠀁[It looked promising](https://wordpress.org/support/topic/very-simple-does-exactly-what-is-says/)󠁿

 [projoomexperts](https://profiles.wordpress.org/projoomexperts/) February 6, 2023
3 replies

At first, i thought its a great plugin. But it seems there are issues. Delete function
does not work.

 [ Read all 6 reviews ](https://wordpress.org/support/plugin/crudiator/reviews/)

## Contributors & Developers

“Crudiator” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ takafu ](https://profiles.wordpress.org/takafu/)

“Crudiator” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/crudiator/contributors)
for their contributions.

[Translate “Crudiator” into your language.](https://translate.wordpress.org/projects/wp-plugins/crudiator)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/crudiator/), check 
out the [SVN repository](https://plugins.svn.wordpress.org/crudiator/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/crudiator/) by [RSS](https://plugins.trac.wordpress.org/log/crudiator/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.0.2

Bug fixed.

 * Fixed the issue where the error message “Notice: Function _load_textdomain_just_in_time
   was called incorrectly.” was displayed.
 * Fixed the issue where filter search did not work when adding a page as a submenu
   under a custom post type.
 * Fixed the issue where bulk deletion was not possible when adding a page as a 
   submenu under a custom post type.
 * Fixed the issue where saving an edited item redirected back to the custom post
   type page when adding a page as a submenu under a custom post type.

#### 2.0.1

Bug fixed.

#### 2.0.0

Custom settings have been implemented.
 Crudiator decided to use Medoo for database
processing.

#### 1.0.0

 * first release.

## Meta

 *  Version **2.0.2**
 *  Last updated **1 year ago**
 *  Active installations **200+**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.7.5**
 *  PHP version ** 7.3 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/crudiator/) and [Japanese](https://ja.wordpress.org/plugins/crudiator/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/crudiator)
 * Tags
 * [crud](https://pcd.wordpress.org/plugins/tags/crud/)[custom table](https://pcd.wordpress.org/plugins/tags/custom-table/)
   [database table](https://pcd.wordpress.org/plugins/tags/database-table/)[insert](https://pcd.wordpress.org/plugins/tags/insert/)
   [update](https://pcd.wordpress.org/plugins/tags/update/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/crudiator/advanced/)

## Ratings

 4.7 out of 5 stars.

 *  [  5 5-star reviews     ](https://wordpress.org/support/plugin/crudiator/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/crudiator/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/crudiator/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/crudiator/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/crudiator/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/crudiator/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/crudiator/reviews/)

## Contributors

 *   [ takafu ](https://profiles.wordpress.org/takafu/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/crudiator/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://PayPal.Me/kahootakafu/)