GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
templates
views
list
views/list/list-footer.php
Go to the documentation of this file.
1
<?php
2
/**
3
* The footer for the output list.
4
*
5
* @global \GV\Template_Context $gravityview
6
*/
7
8
if
( ! isset( $gravityview ) || empty( $gravityview->template ) ) {
9
gravityview
()->log->error(
'{file} template loaded without context'
, array(
'file'
=> __FILE__ ) );
10
return
;
11
}
12
13
?>
14
<?php
gravityview_footer
( $gravityview ); ?>
15
</div>
16
<?php
gravityview_after
( $gravityview ); ?>
gravityview_after
gravityview_after()
Definition:
class-api.php:1274
gravityview_footer
gravityview_footer()
Definition:
class-api.php:1245
gravityview
gravityview()
The main GravityView wrapper function.
Definition:
future/gravityview.php:26