woocommerce_get_email_fulfillment_items_table

woocommerce_get_email_fulfillment_items_table

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.1.2

apply_filters('woocommerce_get_email_fulfillment_items_table') is found 1 times:

  • /includes/wc-template-functions.php line 3727
    		 * @param string   $html The HTML output of the fulfillment items table.
    		 * @param WC_Order $order The order object.
    		 * @param Fulfillment $fulfillment The fulfillment object.
    		 */
    		return apply_filters( 'woocommerce_get_email_fulfillment_items_table', ob_get_clean(), $order, $fulfillment );
    	}
    }
    
    if ( ! function_exists( 'wc_display_item_meta' ) ) {
    	/**
    	 * Display item meta data.