Plugin info

Total downloads: 3,268
Active installs: 200
Total reviews: 6
Average rating: 4.7
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 2 language(s)
Contributors: 1
Last updated: 2/8/2025 (326 days ago)
Added to WordPress: 11/16/2022 (3 years old)
Minimum WordPress version: 5.0
Tested up to WordPress version: 6.7.4
Minimum PHP version: 7.3

Maintenance & Compatibility

Maintenance score

Stale • Last updated 326 days ago • 6 reviews

40/100

Is Crudiator abandoned?

Likely maintained (last update 326 days ago).

Compatibility

Requires WordPress: 5.0
Tested up to: 6.7.4
Requires PHP: 7.3

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Database Table Overview and Logs
Rating 0.0/5 (0 reviews)Active installs 100

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

Installation

No installation instructions available

Frequently Asked Questions

No FAQ available

Review feed

CodeRevolution
3/31/2023

Works great!

Worked flawlessly for me! Great plugin!
Bowo
5/12/2023

Great first iteration!

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...

Screenshots

  1. You can create, read, update, and delete table data on the database with the WordPress UI.

    You can create, read, update, and delete table data on the database with the WordPress UI.

  2. It is easy to use, just select the database table from the Crudiator menu and save it.

    It is easy to use, just select the database table from the Crudiator menu and save it.

  3. Data creation and editing forms are generated automatically.

    Data creation and editing forms are generated automatically.

  4. You can also use custom json settings to provide the input form you desire.

    You can also use custom json settings to provide the input form you desire.

  5. Powerful filtering functions allow for easy data extraction.

    Powerful filtering functions allow for easy data extraction.

  6. If the debug option is enabled, it is also possible to check the SQL executed.

    If the debug option is enabled, it is also possible to check the SQL executed.

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.