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)) | $template = $gravityview->template |
The entry loop for the list output. More... | |
if(! $gravityview->entries->count()) | else |
if (! isset($gravityview)||empty($gravityview->template)) $template = $gravityview->template |
The entry loop for the list output.
$gravityview
Definition at line 13 of file views/list/list-body.php.
Referenced by GravityView_Admin_Views\add_custom_column_content(), Field_Template\add_id_specific_templates(), GravityView_Template\assign_active_areas(), GravityView_Template\assign_fields_xml(), GravityView_Template\assign_form_xml(), GravityView_Edit_Entry_Render\fill_post_template(), Template_Context\from_template(), GravityView_Field_Is_Starred\get_content(), Entry_Legacy_Template\render(), View_Legacy_Template\render(), Entry_Renderer\render(), GravityView_Render_Settings\render_field_options(), and oEmbed\render_frontend().
if (! $gravityview->entries->count()) else |
Definition at line 34 of file views/list/list-body.php.