Filename: gw-three-decimal-currencies.php
gw-three-decimal-currencies.php
<?php /** * Gravity Wiz // Gravity Forms // Three Decimal Currencies * https://gravitywiz.com/how-to-add-three-decimals-with-gravity-form-currencies/ */ add_filter( 'gform_currencies', function( $currencies ) { $currencies['EUR']['decimals'] = 3; return $currencies; } );
Your email address will not be published. Required fields are marked *
Comment *
Notify me of followup comments via e-mail
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
By commenting, I understand that I may receive emails related to Gravity Wiz and can unsubscribe at any time.
Δ