woocommerce_get_formatted_order_total, $formatted_total, $this
woocommerce_get_formatted_order_total, $formatted_total, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_get_formatted_order_total, $formatted_total, $this') is found 1 times:
- /includes/abstracts/abstract-wc-order.php line 2368
* @return string */ public function get_formatted_order_total() { $formatted_total = wc_price( $this->get_total(), array( 'currency' => $this->get_currency() ) ); return apply_filters( 'woocommerce_get_formatted_order_total', $formatted_total, $this ); } /** * Gets subtotal - subtotal is shown before discounts, but with localised taxes. * * @param bool $compound (default: false).