We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This code return error because it is missing mg-api.php file in the plugin package.
mg-api.php
wordpress-plugin/mailgun.php
Lines 91 to 93 in e0a5863
:)
The text was updated successfully, but these errors were encountered:
This code return error because it is missing mg-api.php file in the plugin package. wordpress-plugin/mailgun.php Lines 91 to 93 in e0a5863 if (!function_exists('mg_api_get_region') && !in_array(__DIR__ . '/includes/mg-api.php', get_included_files())) { include __DIR__ . '/includes/mg-api.php'; } :)
Hello Thank you for this point, we will fix
Sorry, something went wrong.
No branches or pull requests
This code return error because it is missing
mg-api.php
file in the plugin package.wordpress-plugin/mailgun.php
Lines 91 to 93 in e0a5863
:)
The text was updated successfully, but these errors were encountered: