GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
future
includes
class-gv-request-frontend.php
Go to the documentation of this file.
1
<?php
2
namespace
GV
;
3
4
/** If this file is called directly, abort. */
5
if
( ! defined(
'GRAVITYVIEW_DIR'
) ) {
6
die();
7
}
8
9
/**
10
* The default frontend Request class.
11
*/
12
class
Frontend_Request
extends
Request
{
13
}
GV\Request
If this file is called directly, abort.
Definition:
class-gv-request.php:14
GV
GV\Frontend_Request
If this file is called directly, abort.
Definition:
class-gv-request-frontend.php:12