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
# ----------------------------------------------------------------- | |
# .gitignore for WordPress sites | |
# ----------------------------------------------------------------- | |
# ignore everything in the root except the wp-content directory. | |
/* | |
!wp-content/ | |
# ignore everything in the wp-content directory, except: | |
# mu-plugins, plugins, and themes directories |
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: Custom CLI Commands | |
* Description: Adds custom WP-CLI commands for your needs. | |
* Version: 1.0 | |
* Author: Your Name | |
*/ | |