Description
This filter hook filters the text after the calculator payment.
Usage
add_filter( 'wprequal_after_calc_payment', 'your_custom_function', 10, 1 );
Parameters
$text string The text after the calculator payment.
Returns
$text string The filtered text after the calculator payment.
Example
Change the text after the calculator payment.