Description
This filter hook filters the calculator currency output.
Usage
add_filter( 'wprequal_calculator_currency_output', 'your_custom_function', 10, 1 );
Parameters
$content String The content to be applied to the output.
Returns
$content String The filtered content as the output.
Example
Add (approx) to the calculator currency output.