woocommerce_email_before_fulfillment_table
woocommerce_email_before_fulfillment_table
Appears in: woocommerce.10.1.2
Hook Type: action
Displaying hooks found in version: woocommerce.10.1.2do_action('woocommerce_email_before_fulfillment_table') is found 2 times:
- /templates/emails/email-fulfillment-details.php line 58
* @param bool $plain_text Whether it’s a plain text email.
* @param WC_Email $email Email object.
* @since 2.5.0
*/
do_action( ‘woocommerce_email_before_fulfillment_table’, $order, $fulfillment, $sent_to_admin, $plain_text, $email );
?>
* @param bool $plain_text Whether it's a plain text email. * @param WC_Email $email Email object. * @since 2.5.0 */ do_action( 'woocommerce_email_before_fulfillment_table', $order, $fulfillment, $sent_to_admin, $plain_text, $email ); echo wp_kses_post( __( 'Fulfillment summary', 'woocommerce' ) ); echo "\n\n==========\n\n"; if ( $sent_to_admin ) { $before = '';