Adding a public-facing page with a shortcode

This commit is contained in:
2021-06-01 09:33:09 -06:00
parent 5aaf4bf1d0
commit 8f048c4088
4 changed files with 55 additions and 1 deletions

View File

@ -147,7 +147,9 @@ class App {
//
// Files to include that may be sub-namespaced.
//
if ( is_single() ) {
require_once __DIR__ . '/front/class-custompage.php';
}
}
/**