Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBeycan committed Mar 22, 2024
1 parent 873f23c commit 5b3d83d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gravity-forms-cryptopay-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
load_plugin_textdomain('gf-cryptopay', false, basename(__DIR__) . '/languages');

add_action('plugins_loaded', function (): void {
Helpers::requirePluginMessage('Gravity Forms', 'https://www.gravityforms.com/', false);
if (!defined('GF_MIN_WP_VERSION')) {
Helpers::requirePluginMessage('Gravity Forms', 'https://www.gravityforms.com/', false);
}
});

if (Helpers::bothExists()) {
Expand Down

0 comments on commit 5b3d83d

Please sign in to comment.