get_currency(); ?>
get_name() ?: __( 'Fee', ATUM_TEXT_DOMAIN ) ); ?>
     
get_total(), array( 'currency' => $currency ) ); // WPCS: XSS ok. ?>
get_taxes() ) && wc_tax_enabled() ) : foreach ( $atum_order->get_taxes() as $tax_item ) : /** * Variable definition * * @var WC_Order_Item_Tax $tax_item */ $tax_item_id = $tax_item->get_rate_id(); $tax_item_total = isset( $tax_data['total'][ $tax_item_id ] ) ? $tax_data['total'][ $tax_item_id ] : ''; ?>
$currency ) ) : '–' ); // WPCS: XSS ok. ?>
is_editable() ) : ?>