Determine if the Euro currency symbol is to the left or right of the price.
/** * Position of the Euro symbol (can be left or right) * * @see pmpro_euro_position_from_locale * * @param string $position Can be left or right. * * @return string $position left or right. */ apply_filters( 'pmpro_euro_position', pmpro_euro_position_from_locale() ); |
Please note that pmpro_euro_position_from_locale
returns left
or right
Parameters
- $position
- string
Return Value
$position
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/includes/currencies.php
View in Source Code