apply_filters( 'tribe_format_amount', string $formatted, int $amount, array $currency )

Filter the Formatted Currency.


Parameters

$formatted

(string) The formatted amount.

$amount

(int) The original amount to be formatted.

$currency

(array) An array of currency formatting details.


Top ↑

Source

File: src/Tribe/Commerce/Currency.php


Top ↑

Changelog

Changelog
Version Description
4.11.0 Introduced.