Tribe__Tickets__Commerce__Currency::reverse_currency_symbol_position( $unused_reverse_position, int|null $post_id = null )
Filters of the currency symbol position on event displays
Contents
Parameters
- $post_id
-
(int|null) (Optional)
Default value: null
Return
(string)
Source
File: src/Tribe/Commerce/Currency.php
public function reverse_currency_symbol_position( $unused_reverse_position, $post_id = null ) {
return $this->get_currency_symbol_position( $post_id ) !== 'prefix';
}