Skip to content

Instantly share code, notes, and snippets.

View srmd-tl's full-sized avatar
🧠

Sarmad Sohail srmd-tl

🧠
  • RWP
View GitHub Profile
@parmentf
parmentf / GitCommitEmoji.md
Last active July 26, 2024 13:11
Git Commit message Emoji
@paulund
paulund / example-wp-list-table.php
Last active May 20, 2024 05:29
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
*/