Delete order info section from email template in woocommerce

前端 未结 3 1483
攒了一身酷
攒了一身酷 2021-01-03 16:15

I\'m trying to delete the Order Information section on a Completed Order and Customer Invoice emails.

Can\'t find how to delete this in th

3条回答
  •  渐次进展
    2021-01-03 16:20

    do_action( 'woocommerce_email_order_meta', $order, $sent_to_admin, $plain_text );

    try to remove this hook.

提交回复
热议问题