Skip to content

Instantly share code, notes, and snippets.

@hellofromtonya
Created February 3, 2017 21:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save hellofromtonya/a89b3b18e7d1a5e293e85f89d1096a08 to your computer and use it in GitHub Desktop.
Bootstrap file of the OOP Sandbox plugin
<?php
/**
* OOP Sandbox Plugin
*
* @package KnowTheCode\OOPSandbox
* @author hellofromTonya
* @license GPL-2.0+
*
* @wordpress-plugin
* Plugin Name: OOP Sandbox Plugin
* Plugin URI: https://KnowTheCode.io
* Description: OOP Sandbox test plugin
* Version: 1.0.0
* Author: hellofromTonya
* Author URI: https://KnowTheCode.io
* Text Domain: journals
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
*/
namespace KnowTheCode\OOPSandbox;
if ( ! defined( 'ABSPATH' ) ) {
exit( 'Cheatin&#8217; uh?' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment