Created
June 25, 2018 15:44
-
-
Save andrewlimaza/c307ce314a71b00d72ae87fd1e461d32 to your computer and use it in GitHub Desktop.
The Right Way To Customize WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Full guide here - https://yoohooplugins.com/customize-wordpress/