This file contains 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 | |
/** | |
* WooCommerce Plugin Template Loader | |
* Override WooCommerce template files within a custom plugin folder | |
* http://gist.github.com/danchivz | |
* | |
* Licensed under the MIT license. | |
*/ | |
/** |
This file contains 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 | |
/** | |
* Wordpress Hook Debug | |
* List functions attached on a specific action or filter | |
* http://gist.github.com/danchivz | |
* | |
* Licensed under the MIT license. | |
*/ | |
/** |