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

Go to the source code of this file.

Variables

if(! defined( 'GRAVITYVIEW_DIR')) if (version_compare(phpversion(), GV_MIN_PHP_VERSION, '<'))
 Just an early preloader for the future code. More...
 

Variable Documentation

◆ if

if (! defined('GRAVITYVIEW_DIR')) if(version_compare(phpversion(), GV_MIN_PHP_VERSION, '<'))

Just an early preloader for the future code.

Compatible with all PHP versions syntax-wise.If this file is called directly, abort. Do not allow activation if PHP version is lower than GV_MIN_PHP_VERSION

Definition at line 16 of file loader.php.