Skip to content

Instantly share code, notes, and snippets.

@ArtfulPussycat
Created March 18, 2017 22:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArtfulPussycat/e63e9cffdc948ee05dfc941efbd11e33 to your computer and use it in GitHub Desktop.
Save ArtfulPussycat/e63e9cffdc948ee05dfc941efbd11e33 to your computer and use it in GitHub Desktop.
MU-Plugin boilerplate
<?php
/**
* Plugin Name: Your Functionality MU-Plugin Name
* Plugin URI: http://example.com/plugin-name-uri/
* Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area.
* Version: 1.0.0
* Author: Your Name or Your Company
* Author URI: http://example.com/
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: plugin-name
* Domain Path: /languages
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment