php 在WooCommerce中禁用延迟交易电子邮件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 在WooCommerce中禁用延迟交易电子邮件相关的知识,希望对你有一定的参考价值。

<?php

/**
 * Disable Defer Transactional Emails in WooCommerce
 */
add_filter( 'woocommerce_defer_transactional_emails', '__return_false' );

以上是关于php 在WooCommerce中禁用延迟交易电子邮件的主要内容,如果未能解决你的问题,请参考以下文章

php 在WooCommerce中禁用延迟交易电子邮件

php 在WooCommerce中禁用延迟交易电子邮件

php WooCommerce:在结帐页面禁用付款

如何在 WooCommerce 中获取 Paypal 交易 ID?

php WooCommerce禁用价格范围

php 禁用WooCommerce的Ajax调用