Skip to content

Instantly share code, notes, and snippets.

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

HellBz HellBz

🏠
Working from home
View GitHub Profile
@HellBz
HellBz / ts3clock.php
Last active May 7, 2017 18:22
This File Sets 4 Channels to Time (Now) [Require ts3admin.class.php]
<?php
/*
* ts3clock.php
*
* @category Teamspeak 3 Clock
* @author HellBz
* @copyright 2015 HellBz
* @license http://www.php.net/license/3_0.txt PHP License 3.0
* @link https://gist.github.com/HellBz/2414f4aebbbf28b59e06#file-ts3clock-php
*/
@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
*/