GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
Variables
gravityview.php File Reference

Go to the source code of this file.

Variables

const GRAVITYVIEW_DIR plugin_dir_path( __FILE__ )
 "GRAVITYVIEW_DIR" "./" The absolute path to the plugin directory, with trailing slash More...
 
const GRAVITYVIEW_FILE __FILE__
 Full path to the GravityView file "GRAVITYVIEW_FILE" "./gravityview.php". More...
 
const GRAVITYVIEW_URL plugin_dir_url( __FILE__ )
 The URL to this file, with trailing slash. More...
 
const GV_FUTURE_MIN_GF_VERSION '2.5.0'
 GravityView will soon require at least this version of Gravity Forms to function properly. More...
 
const GV_FUTURE_MIN_PHP_VERSION '7.4.0'
 
const GV_FUTURE_MIN_WP_VERSION '5.3'
 GravityView will soon require at least this version of WordPress to function properly. More...
 
const GV_MIN_GF_VERSION '2.3.3.9'
 GravityView requires at least this version of Gravity Forms to function properly. More...
 
const GV_MIN_PHP_VERSION '5.6.4'
 GravityView requires at least this version of PHP to function properly. More...
 
const GV_MIN_WP_VERSION '4.7.0'
 GravityView requires at least this version of WordPress to function properly. More...
 
const GV_PLUGIN_VERSION (! GravityKit\GravityView\Foundation\meets_min_php_version_requirement(__FILE__, '7.2.0')) '2.17'
 Constants. More...
 
 if (! defined('ABSPATH'))
 Plugin Name: GravityView Plugin URI: https://www.gravitykit.com Description: The best, easiest way to display Gravity Forms entries on your website. More...
 

Variable Documentation

◆ GRAVITYVIEW_DIR

const GRAVITYVIEW_DIR plugin_dir_path( __FILE__ )

◆ GRAVITYVIEW_FILE

const GRAVITYVIEW_FILE __FILE__

◆ GRAVITYVIEW_URL

const GRAVITYVIEW_URL plugin_dir_url( __FILE__ )

The URL to this file, with trailing slash.

Definition at line 45 of file gravityview.php.

Referenced by GravityView_Field_Entry_Approval\register_scripts_and_styles().

◆ GV_FUTURE_MIN_GF_VERSION

const GV_FUTURE_MIN_GF_VERSION '2.5.0'

GravityView will soon require at least this version of Gravity Forms to function properly.

Since
1.19.4

Definition at line 60 of file gravityview.php.

Referenced by GravityView_Compatibility\check_gravityforms().

◆ GV_FUTURE_MIN_PHP_VERSION

const GV_FUTURE_MIN_PHP_VERSION '7.4.0'

Definition at line 85 of file gravityview.php.

Referenced by GravityView_Compatibility\check_php().

◆ GV_FUTURE_MIN_WP_VERSION

const GV_FUTURE_MIN_WP_VERSION '5.3'

GravityView will soon require at least this version of WordPress to function properly.

Since
2.9.3

Definition at line 72 of file gravityview.php.

Referenced by GravityView_Compatibility\check_wordpress().

◆ GV_MIN_GF_VERSION

const GV_MIN_GF_VERSION '2.3.3.9'

GravityView requires at least this version of Gravity Forms to function properly.

Definition at line 54 of file gravityview.php.

Referenced by GravityView_Compatibility\check_gravityforms().

◆ GV_MIN_PHP_VERSION

const GV_MIN_PHP_VERSION '5.6.4'

GravityView requires at least this version of PHP to function properly.

Since
1.12

Definition at line 78 of file gravityview.php.

Referenced by GravityView_Compatibility\check_php().

◆ GV_MIN_WP_VERSION

const GV_MIN_WP_VERSION '4.7.0'

GravityView requires at least this version of WordPress to function properly.

Since
1.12

Definition at line 66 of file gravityview.php.

Referenced by GravityView_Compatibility\check_wordpress().

◆ GV_PLUGIN_VERSION

const GV_PLUGIN_VERSION(! GravityKit\GravityView\Foundation\meets_min_php_version_requirement(__FILE__, '7.2.0')) '2.17'

◆ if

if(! defined( 'ABSPATH'))

Plugin Name: GravityView Plugin URI: https://www.gravitykit.com Description: The best, easiest way to display Gravity Forms entries on your website.

Version: 2.17 Author: GravityKit Author URI: https://www.gravitykit.com Text Domain: gk-gravityview License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.htmlIf this file is called directly, abort.

Definition at line 15 of file gravityview.php.