Rating: 5 stars
this is great. Too bad WordPress changed their policy and don’t allow adding new example plugins like this. This is super convenient as a starting point to develop my own plugin <3
]]>Rating: 5 stars
Thanks for sharing this. It made it so much easier to implement a proper handling of data sets for a custom plugin. With the clear comments, it’s fairly easy to tweak once everything is in place.
]]>Rating: 5 stars
Thank you for it.
]]>Rating: 5 stars
Well explained!
]]>Rating: 5 stars
This is incredibly helpful, well documented, and such a good example to follow. It really, REALLY helped me dig into the WP_List_Table class as well. Thank you for doing this!
]]>Rating: 5 stars
Saved me a lot of time implementing this class.
]]>Rating: 5 stars
Great example to help developers get started. The explanation in comments is golden.
]]>Rating: 5 stars
YOU IS GOD MAN!
YOU IS GOD!
TANKS U SHARE
]]>Rating: 5 stars
Thanks a lot! It’s stuff like this that makes WordPress such a great platform to work with.
]]>Rating: 5 stars
Thanks a lot! Created my own admin table for a customer!
]]>Rating: 5 stars
Thanks Awesome class!!
I used it for my plugin. Some servers did not work. However, if you make the following corrections, it worked.
before(line57-59)
if(!class_exists('WP_List_Table')){
require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' );
}
after
if(!class_exists('WP_List_Table')){
require_once( ABSPATH . 'wp-admin/includes/class-wp-screen.php' );
require_once( ABSPATH . 'wp-admin/includes/screen.php' );
require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' );
require_once( ABSPATH . 'wp-admin/includes/template.php' );
}
]]>
Rating: 5 stars
Superb guide for WP Table class, helped me through the horrors of WP_List_Table
]]>Rating: 5 stars
Thanks for the wonderful work. I’d love to make a small donation, if you welcome them! ??
]]>Rating: 5 stars
Thanks, this is good
]]>Rating: 5 stars
Great example of how to use this class which has no official example. Saved hours of work!
]]>Rating: 5 stars
and very well documented too
]]>Rating: 5 stars
Great plugin for developers. Thanks for putting this up
]]>Rating: 5 stars
Great place to start for first timers.
]]>Rating: 5 stars
A huge “thank you” for this plugin.
It explains very clearly the use of WP_list_table class, and made me earn lot of time.
]]>Rating: 4 stars
This plugin works fine, but “Add New” button is not present and no comment shows you how to implement this functionality.
]]>Rating: 5 stars
This plugin is a great way to understand the WP_List_Table and how to use is in order to save a lot of time !
]]>Rating: 5 stars
good example
]]>Rating: 5 stars
I use it as a guide every time I need to use wp_list_table.
]]>Rating: 5 stars
Its a very good plugin.. i was search for it about 6 months final i found it..
its really a good plugin and.. i have no words to say.
may thanks to the developer of this plugin..
]]>Rating: 5 stars
If you want to present your data in a table in the Admin pannel, and edit it, this is what you’re looking for.
]]>Rating: 5 stars
Thanks for this example and especially for the good documentation. This surely saved me a lot of time!
]]>Rating: 5 stars
This solved my issues right away. Thank you.
]]>Rating: 5 stars
Just looking at some real, working code was so much easier than digging through documentation to refresh my memory. Thanks!
]]>Rating: 5 stars
This is just great !
Thanks very much !
If you could add the example of making a query to the database, you would have won Heaven ! ??
]]>Rating: 5 stars
Exactly what I was looking for.
]]>