woocommerce_email_order_details_heading
woocommerce_email_order_details_heading
Appears in: woocommerce.10.9.1
Hook Type: filter
Displaying hooks found in version: woocommerce.10.9.1apply_filters('woocommerce_email_order_details_heading') is found 1 times:
- /templates/emails/email-order-details.php line 62
* @param string $heading The heading text. * @param WC_Order $order Order object. * @param WC_Email $email Email object. */ $order_details_heading = apply_filters( 'woocommerce_email_order_details_heading', __( 'Order summary', 'woocommerce' ), $order, $email ); } /** * Filter whether to display the order number in the order details heading of emails. * * @since 10.8.0