GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
includes
widgets
class-gravityview-widget.php
Go to the documentation of this file.
1
<?php
2
/**
3
* Main GravityView widget class
4
*
5
* @deprecated Use \GV\Widget instead
6
*/
7
class
GravityView_Widget
extends
\GV\Widget
{
8
}
GravityView_Widget
Main GravityView widget class.
Definition:
class-gravityview-widget.php:7
GV\Widget
If this file is called directly, abort.
Definition:
class-gv-widget.php:14