Skip to content

Instantly share code, notes, and snippets.

@MaruscaGabriel
Created February 20, 2015 17:57
Show Gist options
  • Save MaruscaGabriel/14425115a837063cc6d0 to your computer and use it in GitHub Desktop.
Save MaruscaGabriel/14425115a837063cc6d0 to your computer and use it in GitHub Desktop.
How to Create a Site-Specific WordPress Plugin (this file goes in /wp-content/plugins/yoursitename-plugin/)
<?php
/*
Plugin Name: Site Plugin for site.com
Description: Site specific code changes for site.com
*/
/* Start Adding Functions Below this Line */
/* Stop Adding Functions Below this Line */
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment