woocommerce_email_before_fulfillment_table

woocommerce_email_before_fulfillment_table

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.10.1.2

do_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 );
    ?>

    Share this:

  • /templates/emails/plain/email-fulfillment-details.php line 47
     * @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 = '';