We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3a3f4 commit 94385b9Copy full SHA for 94385b9
wpengine-phpcompat.php
@@ -248,6 +248,8 @@ function settings_page() {
248
$test_version = get_option( 'wpephpcompat.test_version' );
249
$only_active = get_option( 'wpephpcompat.only_active' );
250
251
+ $phpversions = $this->get_phpversions();
252
+
253
// Assigns defaults for the scan if none are found in the database.
254
$test_version = ( false !== $test_version ) ? $test_version : '7.0';
255
$only_active = ( false !== $only_active ) ? $only_active : 'yes';
0 commit comments