Skip to content

Instantly share code, notes, and snippets.

View HunterNyan's full-sized avatar
💭
thinking about maybe thinking later

Nyaaan HunterNyan

💭
thinking about maybe thinking later
View GitHub Profile
@hlashbrooke
hlashbrooke / class.php
Created February 28, 2014 08:37
A complete, versatile options page class for any WordPress plugin
<?php
if ( ! defined( 'ABSPATH' ) ) exit;
class WordPress_Plugin_Template_Settings {
private $dir;
private $file;
private $assets_dir;
private $assets_url;
private $settings_base;