Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hannahswain/7da59f9cdf21e6c6551236069928e6ed to your computer and use it in GitHub Desktop.
Save hannahswain/7da59f9cdf21e6c6551236069928e6ed to your computer and use it in GitHub Desktop.
/* Code goes in theme functions.php */
add_filter( 'woocommerce_email_template_store_credit', 'wc_ninja_store_credit_template' );
function wc_ninja_store_credit_template() {
return get_stylesheet_directory() . "/woocommerce/customer-store-credit.php";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment