Skip to content

Commit 6f2a490

Browse files
anthonyburchellAnthony Burchell
andauthored
adds whitelist for WP Engine SPM (#268)
Co-authored-by: Anthony Burchell <[email protected]>
1 parent f807114 commit 6f2a490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wpephpcompat.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class WPEPHPCompat {
6969
* @var array
7070
*/
7171
public $whitelist = array(
72+
'*/autoupdater/*' => '7.0', // WP Engine Smart Plugin Manager uses a php5 package to maintain backwards compatibility.
7273
'*/jetpack/*' => '7.0', // https://github.com/wpengine/phpcompat/wiki/Results#jetpack
7374
'*/wordfence/*' => '7.0', // https://github.com/wpengine/phpcompat/wiki/Results#wordfence-security
7475
'*/woocommerce/*' => '7.0', // https://github.com/wpengine/phpcompat/wiki/Results#woocommerce

0 commit comments

Comments
 (0)