apply_filters( 'tribe_reverse_currency_position', bool $reverse_position, int $post_id )

Filters whether the currency symbol that will be used to format the price should be prefixed (false) or appended (true) to the price value.

This will only apply if the currency symbol reverse position not passed as a parameter.


Parameters

$reverse_position

(bool)

$post_id

(int)


Top ↑

Source

File: src/functions/template-tags/general.php


Top ↑

Changelog

Changelog
Version Description
4.7.7 Introduced.