Skip to content

Instantly share code, notes, and snippets.

@craigsimps
Created March 15, 2018 16:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save craigsimps/87a598b83fbf704e5438824db53d7e51 to your computer and use it in GitHub Desktop.
Save craigsimps/87a598b83fbf704e5438824db53d7e51 to your computer and use it in GitHub Desktop.
<?php
/**
* Generico Core
*
* Core plugin, holding theme-agnostic functionality specific to the site.
*
* @package Generico\Core
* @author Craig Simpson <craig@craigsimpson.scot>
* @license MIT
* @link https://craigsimpson.scot
* @copyright 2018 Craig Simpson
*
* @wordpress-plugin
* Plugin Name: Generico Core
* Plugin URI: https://craigsimpson.scot/
* Description: Core plugin, holding theme-agnostic functionality specific to the site.
* Version: 1.0.0
* Author: Craig Simpson
* Author URI: https://craigsimpson.scot/
* Text Domain: generico-core
* License: MIT
* Domain Path: /languages
*/
namespace Generico\Core;
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment