Skip to content
New issue

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

Missing includes/mg-api.php #190

Open
abdusfauzi opened this issue Sep 3, 2024 · 1 comment
Open

Missing includes/mg-api.php #190

abdusfauzi opened this issue Sep 3, 2024 · 1 comment

Comments

@abdusfauzi
Copy link

This code return error because it is missing mg-api.php file in the plugin package.

if (!function_exists('mg_api_get_region') && !in_array(__DIR__ . '/includes/mg-api.php', get_included_files())) {
include __DIR__ . '/includes/mg-api.php';
}

:)

@oleksandr-mykhailenko
Copy link
Collaborator

This code return error because it is missing mg-api.php file in the plugin package.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants