GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
|
Go to the source code of this file.
Namespaces | |
GravityView | |
GPL2+ | |
Variables | |
$field = GravityView_View::getInstance()->getCurrentField() | |
if(gv_empty( $field['value'], false, false)) | $format = apply_filters('gravityview/field/quiz_percent/format', '%d%%') |
$field = GravityView_View::getInstance()->getCurrentField() |
Definition at line 9 of file gquiz_percent.php.
if (gv_empty($field[ 'value'], false, false)) $format = apply_filters('gravityview/field/quiz_percent/format', '%d%%') |
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. |
Definition at line 21 of file gquiz_percent.php.
Referenced by GravityView_Field_List\column_value(), GravityView_API\field_value(), GravityView_API\field_width(), GVCommon\format_date(), GravityView_Widget_Search\get_date_field_format(), GravityView_Widget_Search\get_datepicker_format(), GravityView_Widget_Search\get_formatted_date(), Views_Route\get_sub_item(), GravityView_Edit_Entry_User_Registration\match_current_display_name(), Views_Route\prepare_entry_for_response(), Route\register_routes(), GravityView_API\replace_variables(), and GravityView_Merge_Tags\replace_variables().