Conversion tracking for WooCommerce. Google Ads, GA4, Meta, TikTok, OpenAI (ChatGPT) & more. Recover 30% more conversions with server-side tracking!
Prioritized issue groups from the latest Plugin Check scan
Maintainability
208
20 issue groups
Security
47
3 issue groups
Supply Chain
11
1 issue group
I18n
1
1 issue group
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'pmw_geolocation_geoip_response_' . $service_name".
Sample message
Processing form data without nonce verification.
Sample message
$_GET['geo'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$config".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "pmw_delete_plugin_data".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "PMW_CURRENT_VERSION".
Sample message
Use of a direct database call is discouraged.
Sample message
Compressed files are not permitted.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of __FILE__ or __DIR__ magic constant. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "PMW_GTG_Proxy_Standalone".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
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.
Sample message
Unescaped parameter $table used in $wpdb->query()\n$table assigned unsafely at line 119.
Potential connections found in static code analysis.
Outbound calls
290
External assets
3
Incoming endpoints
7
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v1.61.0
35
Latest
v1.60.0
35
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 279 | 49 | 230 | v1.61.0 | 2.0.0 |
| 35 | 278 | 49 | 229 | v1.60.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.