Skip to content

Commit 74b4795

Browse files
committed
Whitelist Gravity Forms, resolves #85.
1 parent 34311b2 commit 74b4795

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
@@ -76,6 +76,7 @@ class WPEPHPCompat {
7676
'*/myMail/*' => '7.0',
7777
'*/wp-spamshield/*' => '7.0',
7878
'*/vendor/stripe/stripe-php/lib/StripeObject.php' => '7.0', // https://github.com/wpengine/phpcompat/issues/89
79+
'*/gravityforms/*' => '7.0', // https://github.com/wpengine/phpcompat/issues/85
7980
);
8081

8182
/**

0 commit comments

Comments
 (0)