AI-powered Classified ads & Business Directory plugin for WordPress to build classifieds, listings, real estate & local business directory sites.
Prioritized issue groups from the latest Plugin Check scan
Security
1,243
11 issue groups
Maintainability
988
11 issue groups
I18n
28
2 issue groups
Performance
5
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$__col".
Sample message
$_COOKIE['wp-resetpass-' . COOKIEHASH] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['wp-resetpass-' . COOKIEHASH]
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['async-upload']. Check that the array index exists before using it.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wp_query_builder_column_builder_' . $this->query_id".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $db_info['meta_id_field'] used in $wpdb->get_results()\n$db_info['meta_id_field'] used without escaping.
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$container_classes'.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
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
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at "DELETE FROM `{$table_name}` WHERE tax_rate_id IN ($placeholders)"
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$id".
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Mismatched text domain. Expected 'classified-listing' but got "classified listing".
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
Use placeholders and $wpdb->prepare(); found $query
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: fclose().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Unescaped parameter $query used in $wpdb->query()\n$query assigned unsafely at line 557.
Potential connections found in static code analysis.
Outbound calls
97
External assets
2
Incoming endpoints
100
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
38 more hidden
5 score snapshots
v6.0.2
23
Latest
v6.0.1
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 2,310 | 152 | 2,158 | v6.0.2 | 2.0.0 |
| 23 | 2,310 | 152 | 2,158 | v6.0.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.