Skip to content

Instantly share code, notes, and snippets.

View ashwebstudio's full-sized avatar

Derek Ashauer ashwebstudio

View GitHub Profile
@sdeluce
sdeluce / class.php
Last active November 8, 2021 19:07 — forked from hlashbrooke/class.php
<?php
if ( ! defined( 'ABSPATH' ) ) exit;
class WordPress_Plugin_Template_Settings {
private $dir;
private $file;
private $assets_dir;
private $assets_url;
private $settings_base;