php [WooCommerce Store Credit]修改已发送的电子邮件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php [WooCommerce Store Credit]修改已发送的电子邮件相关的知识,希望对你有一定的参考价值。

/*
 * Snippet to 
 * Code goes in the functions.php file in your theme.
*/

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";
}

以上是关于php [WooCommerce Store Credit]修改已发送的电子邮件的主要内容,如果未能解决你的问题,请参考以下文章

php [wpo woocommerce] optimizacion woocommerce #woocommerce #wordpress

php WooCommerce:修改WooCommerce默认客户角色

php WooCommerce:如何获取WooCommerce页面ID

php [WooCommerce Core]查询WooCommerce是否被激活

php [WooCommerce Core]查询WooCommerce是否被激活

php [WooCommerce Core]查询WooCommerce是否被激活