The default value is set to 0
-
line 521 on class-pvbcf7calculator.php
$atts['value'] = 0;
I think the following code would be better
$atts['value'] = $value;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘The default value is set to 0’ is closed to new replies.