Skip to content

Instantly share code, notes, and snippets.

View parmarhardip's full-sized avatar
🏠
Working from home

Hardip Parmar parmarhardip

🏠
Working from home
View GitHub Profile
@parmarhardip
parmarhardip / example-wp-list-table.php
Created January 11, 2018 12:58 — forked from paulund/example-wp-list-table.php
An example code of using the WP_List_Table class. With Pagination.
<?php
/*
* Plugin Name: Paulund WP List Table Example
* Description: An example of how to use the WP_List_Table class to display data in your WordPress Admin area
* Plugin URI: http://www.paulund.co.uk
* Author: Paul Underwood
* Author URI: http://www.paulund.co.uk
* Version: 1.0
* License: GPL2
*/