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 0f0ffa8Copy full SHA for 0f0ffa8
woocommerce-gateway-lightning.php
@@ -16,7 +16,7 @@
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.');
+ die('The php-curl and php-gd extensions are required. Please contact your hosting provider for additional help.');
20
}
21
});
22
0 commit comments