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 f807114 commit 6f2a490Copy full SHA for 6f2a490
src/wpephpcompat.php
@@ -69,6 +69,7 @@ class WPEPHPCompat {
69
* @var array
70
*/
71
public $whitelist = array(
72
+ '*/autoupdater/*' => '7.0', // WP Engine Smart Plugin Manager uses a php5 package to maintain backwards compatibility.
73
'*/jetpack/*' => '7.0', // https://github.com/wpengine/phpcompat/wiki/Results#jetpack
74
'*/wordfence/*' => '7.0', // https://github.com/wpengine/phpcompat/wiki/Results#wordfence-security
75
'*/woocommerce/*' => '7.0', // https://github.com/wpengine/phpcompat/wiki/Results#woocommerce
0 commit comments