去除Woo邮件小尾巴 Process your orders on the go. Get the app
使用woo的邮件功能,会发现有如图的小尾巴,在邮件模板里始终找不到位置,后面无意中发现很是简单。困扰了以下的问题,竟然这么简单,找到文件yourtheme/woocommerce/emails/email-mobile-messaging.php.
use Automattic\WooCommerce\Internal\Orders\MobileMessagingHandler;// 这里打印 新订单邮件 小尾巴 Process your orders on the go. Get the app// 注释就有了。。。。// echo wp_kses_post( MobileMessagingHandler::prepare_mobile_message( $order, $blog_id, $now, $domain ) );
页:
[1]