WP Basic Crud

This plugin create custom contact list-tables from database using WP_List_Table class.

Author:Labarta (profile at wordpress.org)
WordPress version required:4.9
WordPress version tested:6.0.5
Plugin version:2.1.3
Added to WordPress repository:23-06-2018
Last updated:25-05-2022
Rating, %:100
Rated by:2
Plugin URI:https://labarta.es/wp-basic-crud-plugin-wordp...
Total downloads:11 419
Active installs:200+
plugin download
Click to start download

This plugin creates a “Contacts List” based on WordPress WP_List_Table with database CRUD (Create, Read, Update, Delete) operations for plugin development.
The plugin creates a list with Name, Last Name, E-mail, Phone, Address and Notes.
Address and Notes have a maximum of 250 characters.

There are several great reasons to display your data in a list table like these:
1.Stays true to the WordPress core UI
2.Requires zero custom CSS
3.Takes less time to create than custom interfaces

For more information, please visit the WP_List_Tables page in the WordPress Codex.