Skip to content

Instantly share code, notes, and snippets.

View LeFrenchie's full-sized avatar

Nicolas G. LeFrenchie

  • France
View GitHub Profile
@LeFrenchie
LeFrenchie / class-virtualthemedpage-bc.php
Created April 15, 2020 17:27 — 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.