Skip to content

Instantly share code, notes, and snippets.

@danielmcclure
Created September 24, 2019 00:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielmcclure/1a8c598800160fc0da3df565c042c780 to your computer and use it in GitHub Desktop.
Save danielmcclure/1a8c598800160fc0da3df565c042c780 to your computer and use it in GitHub Desktop.
M3 Custom Functionality Plugin Header for WordPress
<?php
/**
* M3 Custom Functionality
*
* @package M3CustomFunctionality
* @author Daniel McClure
* @copyright Copyright (c) 2019, Daniel McClure
* @license GPL-2.0+
*
* @wordpress-plugin
* Plugin Name: M3 Custom Functionality
* Plugin URI: https://www.mixedmediamarketing.co.nz?utm_campaign=plugin-header&utm_medium=plugin&utm_source=DOMAIN_OR_PLUGIN_NAME
* Description: This contains all your site's custom functionality so that it is theme independent. <strong>It should always be activated</strong>.
* Version: 1.0.0
* Author: Mixed Media Marketing
* Author URI: https://www.mixedmediamarketing.co.nz?utm_campaign=plugin-header&utm_medium=plugin&utm_source=DOMAIN_OR_PLUGIN_NAME
* Text Domain: m3-custom-functionality
* License: GPL v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment