-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
50 lines (38 loc) · 1.7 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
=== Custom List Table With Database Example ===
Contributors: pmbaldha
Tags: example, table, database, data, WP_List_Table, crud, admin, plugin, list table
Donate link: https://github.com/pmbaldha/
Requires at least: 3.5
Tested up to: 4.5.2
Stable tag: trunk
License: GPL2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
A highly documented plugin that demonstrates how to create custom admin list-tables from database using WP_List_Table class.
== Description ==
This plugin serves as a highly documented example of using WordPress's built-in WP_List_Table class with database CRUD (Create, Read, Update, Delete) operations for plugin development. This example serves to help clarify use of the WP_List_Table class with database for quickly and easily generating consistent, standardized, feature-rich list-tables for WordPress admin screens.
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.
== Installation ==
Just Install and Activate It
== Frequently Asked Questions ==
Is there any configuration require for this plugin?
No
Is all features of this plugin completely free?
Yes
Where can I get support?
For support, please contact at pmbaldha@gmail.com
Where can I report bug?=
For reporting related bugs, please contact at pmbaldha@gmail.com.
== Screenshots ==
1. Person List Table
2. Add new person
3. Edit Person
== Changelog ==
0.1
* Database CRUD Operations
* Person Example
== Upgrade Notice ==
No need to upgrade, you only need to install plugin. This is first version of plugin