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 9c44ffa commit b763911Copy full SHA for b763911
src/wpephpcompat.php
@@ -93,6 +93,7 @@ class WPEPHPCompat {
93
'*/iwp-client/*' => '7.0', // https://wordpress.org/support/topic/iwp-client-and-php-7-compatibility/
94
'*/health-check/*' => '7.2', // https://github.com/wpengine/phpcompat/issues/179
95
'*/genesis/*' => '7.2', // https://github.com/wpengine/phpcompat/issues/127
96
+ '*/wpmudev-updates/*' => '7.3', // https://github.com/wpengine/phpcompat/issues/178
97
);
98
99
/**
0 commit comments