Skip to content

Instantly share code, notes, and snippets.

@andrewlimaza
Created June 25, 2018 15:44
Show Gist options
  • Save andrewlimaza/c307ce314a71b00d72ae87fd1e461d32 to your computer and use it in GitHub Desktop.
Save andrewlimaza/c307ce314a71b00d72ae87fd1e461d32 to your computer and use it in GitHub Desktop.
The Right Way To Customize WordPress
<?php
/**
* Plugin Name: My Plugin
* Plugin URI: https://www.yoohooplugins.com
* Description: Customizations for WordPress
* Version: 1.0
* Author: Yoohoo Plugins
* Author URI: https://www.yoohooplugins.com
*/
//Place your custom code below this line.
@andrewlimaza
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment