Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active October 14, 2015 05:10
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 braddalton/9c81b469cff2c399d737 to your computer and use it in GitHub Desktop.
Save braddalton/9c81b469cff2c399d737 to your computer and use it in GitHub Desktop.
Custom Functionality Plugin http://wp.me/p1lTu0-fxC
<?php
/**
* Plugin Name: Your Custom Functions
* Plugin URI: http://example.com
* Description: A plugin containing your custom PHP code. Works when using any theme.
* Author: Your Name
* Author URI: http://example.com
* Version: 0.1.0
*/
/* Place your custom PHP code below this line. */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment