Skip to content
Snippets Groups Projects
Commit a9242224 authored by Erick Hitter's avatar Erick Hitter
Browse files

Prepare for options page

parent f16fc37a
No related branches found
No related tags found
3 merge requests!6add linting,!5WIP: Add JUnit reporting,!4WIP: Initial release
......@@ -26,6 +26,13 @@ require_once PLUGIN_PATH . '/inc/trait-singleton.php';
*/
require_once PLUGIN_PATH . '/inc/class-options.php';
/**
* Options page
*/
if ( is_admin() ) {
require_once PLUGIN_PATH . '/inc/class-options-page.php';
}
/**
* Assorted functions
*/
......
<?php
/**
* Plugin options page
*
* @package Camo_Image_Proxy
*/
namespace Camo_Image_Proxy;
class Options_Page {
use Singleton;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment