apply_filters( 'tribe_format_amount_with_symbol', string $formatted, int $amount, array $currency, boolean $html )

Filter the Formatted Currency with Symbol


Parameters

$formatted

(string) The formatted amount.

$amount

(int) The original amount to be formatted.

$currency

(array) An array of currency formatting details.

$html

(boolean) Whether to return with html wrap.


Top ↑

Source

File: src/Tribe/Commerce/Currency.php


Top ↑

Changelog

Changelog
Version Description
4.11.0 Introduced.