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 | |
/** | |
* This is a quick and dirty script. This should NEVER be run on a production server. | |
* | |
* Include this script at the bottom of your functions.php file, e.g. | |
* | |
* ```php | |
* // Your functions.php file | |
* // ... |