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
224
21 issue groups
Security
51
3 issue groups
Supply Chain
12
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
Unescaped parameter $query used in $wpdb->get_var()\n$query used without escaping.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
8 score snapshots
v1.66.0
35
Latest
v1.65.1
35
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 301 | 52 | 249 | v1.66.0 | 2.1.0 |
| 35 | 301 | 52 | 249 | v1.65.1 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.