Advanced geolocation, mapping, and proximity search plugin. Geotag post types and BuddyPress members, and create advanced proximity search forms.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
2,164
16 issue groups
Security
429
5 issue groups
I18n
22
3 issue groups
Performance
10
1 issue group
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'gmw_' . $form['slug'] . '_validate_form_settings_' . $function".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "GMW".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<br><b>Fatal error:</b> {$full_message}<br />\n"'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Browser".
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$address_ac".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Unescaped parameter $clauses used in $wpdb->get_results()\n$clauses assigned unsafely at line 156.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "GMW_BASENAME".
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Attempting a database schema change is discouraged.
Sample message
Missing $domain parameter in function call to __().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "$prefix . '_FILE'".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Value '$value' is not part of the enum "'.
Sample message
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
The use of function set_time_limit() is discouraged
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$count_rows} at \t\t\t\t\tSELECT {$count_rows} *\n
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "GEO my WP" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Potential connections found in static code analysis.
Outbound calls
295
External assets
5
Incoming endpoints
0
No public endpoints detected.
3 score snapshots
v4.5.5.3
24
Latest
v4.5.5.2
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 2,645 | 554 | 2,091 | v4.5.5.3 | 2.0.0 |
| 24 | 2,645 | 554 | 2,091 | v4.5.5.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.