The CRM for small businesses. Manage leads, invoicing, billing, email marketing, clients, contacts, quotes, automation. Works with WooCommerce too.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
2,510
10 issue groups
Security
1,468
12 issue groups
I18n
290
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$actionHolderName".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Copying $src to $dest...\n"'.
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use of a direct database call is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $ZBSCRM_t
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "after-zerobscrm-admin-init".
Sample message
The $text parameter must be a single text string literal. Found: $colVal['fieldstr']
Sample message
Unescaped parameter $ZBSCRM_t['aka'] used in $wpdb->query()\n$ZBSCRM_t['aka'] used without escaping.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['zbs_file_attachment']
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['zbsc_file_' . $cfSubKey]['tmp_name']. Check that the array index exists before using it.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ZBSCRM_INC_LOGSMB".
Sample message
Unescaped parameter $ZBSCRM_t[$tableKey] used in $wpdb->query()\n$ZBSCRM_t[$tableKey] used without escaping.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__w".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$path does not exist."'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
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
Use placeholders and $wpdb->prepare(); found interpolated variable $meta at "DELETE FROM $wpdb->postmeta WHERE `meta_key` = '$meta'"
Sample message
Mismatched text domain. Expected 'zero-bs-crm' but got 'jetpack-assets'.
Potential connections found in static code analysis.
Outbound calls
281
External assets
0
Incoming endpoints
19
No external asset domains detected.
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
6 more hidden
2 score snapshots
v6.8.2
24
Latest
v6.8.1
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 4,364 | 1,211 | 3,153 | v6.8.2 | 2.0.0 |
| 24 | 4,363 | 1,211 | 3,152 | v6.8.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.