GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
includes
default-widgets.php
Go to the documentation of this file.
1
<?php
2
/**
3
* GravityView default widgets and generic widget class
4
*
5
* @deprecated 1.7.5
6
*/
7
8
include_once(
GRAVITYVIEW_DIR
.
'includes/widgets/class-gravityview-widget.php'
);
GRAVITYVIEW_DIR
const GRAVITYVIEW_DIR
"GRAVITYVIEW_DIR" "./" The absolute path to the plugin directory, with trailing slash ...
Definition:
gravityview.php:49