PluginProbe
Gravity Forms Eway / 1.7.0
Gravity Forms Eway v1.7.0
2.7.0 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.7.0 1.8.0 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 All 56 releases
gravityforms-eway / views / requires-php.php

requires-php.php in Gravity Forms Eway 1.7.0, at views/requires-php.php

7 lines 335 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 <div class="error">
3 <p>Gravity Forms eWAY requires PHP <?php echo $php_min; ?> or higher; your website has PHP <?php echo esc_html(PHP_VERSION); ?>
4 which is <a target="_blank" href="http://php.net/eol.php">old, obsolete, and unsupported</a>.</p>
5 <p>Please upgrade your website hosting. At least PHP 5.4 is recommended.</p>
6 </div>
7