Skip to content

Instantly share code, notes, and snippets.

@danchivz
danchivz / wc_plugin_template_load.php
Created April 9, 2015 18:52
Override WooCommerce template files via a plugin.
<?php
/**
* WooCommerce Plugin Template Loader
* Override WooCommerce template files within a custom plugin folder
* http://gist.github.com/danchivz
*
* Licensed under the MIT license.
*/
/**
@danchivz
danchivz / wp_hook_debug.php
Last active August 29, 2015 14:18
WordPress Hook Debug. List functions attached on a specific action or filter
<?php
/**
* Wordpress Hook Debug
* List functions attached on a specific action or filter
* http://gist.github.com/danchivz
*
* Licensed under the MIT license.
*/
/**