GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
|
Go to the source code of this file.
Variables | |
if(! isset( $gravityview)||empty( $gravityview->template)) | $display_value = $gravityview->display_value |
The default quiz percentage field output template. More... | |
if(gv_empty( $display_value, false, false)) | $format = apply_filters('gravityview/field/quiz_percent/format', '%d%%', $gravityview ) |
if (! isset($gravityview)||empty($gravityview->template)) $display_value = $gravityview->display_value |
The default quiz percentage field output template.
$gravityview
Definition at line 14 of file field-gquiz_percent-html.php.
if (gv_empty($display_value, false, false)) $format = apply_filters('gravityview/field/quiz_percent/format', '%d%%', $gravityview ) |
gravityview/field/quiz_percent/format
Modify the format of the display of Quiz Score (Percent) field.string | $format | Format passed to printf() function. Default d%% , which prints as "{number}%". Notice the double %% , this prints a literal '' character. |
\GV\Template_Context | $gravityview | The context. |
Definition at line 28 of file field-gquiz_percent-html.php.