Skip to content

Instantly share code, notes, and snippets.

@gkunst
gkunst / class-virtualthemedpage-bc.php
Created September 11, 2016 17:47 — forked from brianoz/class-virtualthemedpage-bc.php
WordPress Virtual page with theme
<?php
/*
* Virtual Themed Page class
*
* This class implements virtual pages for a plugin.
*
* It is designed to be included then called for each part of the plugin
* that wants virtual pages.
*
* It supports multiple virtual pages and content generation functions.