विवरण
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
स्क्रिनसटहरू
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.
समीक्षाहरू
योगदानकर्ता र डेभलपरहरू
“Crudiator” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“Crudiator” 1 लोकेलमा अनुवाद गरिएको छ। योगदानको लागि अनुवादकहरूलाई धन्यवाद।
“Crudiator” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
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.