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 1fee6cb commit 91579adCopy full SHA for 91579ad
woocommerce-gateway-lightning.php
@@ -15,8 +15,8 @@
15
}
16
17
register_activation_hook( __FILE__, function(){
18
- if (!extension_loaded('gd') || !extension_loaded('curl')) {
19
- die('The php-curl and php-gd extensions are required.');
+ if (!extension_loaded('gdx') || !extension_loaded('curl')) {
+ die('The php-curl and php-gd extensions are required. Please contact your hosting provider for additional help.');
20
21
});
22
0 commit comments