woocommerce_order_formatted_line_subtotal

woocommerce_order_formatted_line_subtotal

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_order_formatted_line_subtotal') is found 1 times:

  • /includes/abstracts/abstract-wc-order.php line 2168
    2164
    2165
    2166
    2167
    2168
    2169
    2170
    2171
    2172
    2173
    2174
        } else {
            $subtotal = wc_price( $this->get_line_subtotal( $item, true ), array( 'currency' => $this->get_currency() ) );
        }
     
        return apply_filters( 'woocommerce_order_formatted_line_subtotal', $subtotal, $item, $this );
    }
     
    /**
     * Gets order total - formatted for display.
     *
     * @return string