GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
deprecated/list-footer.php
Go to the documentation of this file.
1 <?php
2 /**
3  * Display below the entries loop when using a list layout
4  *
5  * @package GravityView
6  * @subpackage GravityView/templates
7  *
8  * @global GravityView_View $this
9  */
10 ?>
11 <?php gravityview_footer(); ?>
12 </div>
13 <?php gravityview_after(); ?>
gravityview_after()
Definition: class-api.php:1274
gravityview_footer()
Definition: class-api.php:1245