WP-CRM System – Manage Clients and Projects is a WordPress CRM that is designed to work exclusively with YOUR WordPress site.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
666
7 issue groups
Maintainability
535
14 issue groups
I18n
144
4 issue groups
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$a".242
- Category
- Maintainability
- Occurrences
- 242
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$a".
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.180
- Category
- Security
- Occurrences
- 180
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityRequest data is not unslashed$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar178
- Category
- Security
- Occurrences
- 178
- Severity
- warning
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.117
- Category
- Security
- Occurrences
- 117
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES['import_campaigns']['name']105
- Category
- Security
- Occurrences
- 105
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_FILES['import_campaigns']['name']
ERRORMaintainabilitydate datedate() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.89
- Category
- Maintainability
- Occurrences
- 89
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().66
- Category
- I18n
- Occurrences
- 66
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_FILES['import_campaigns']['name']. Check that the array index exists before using it.61
- Category
- Security
- Occurrences
- 61
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['import_campaigns']['name']. Check that the array index exists before using it.
ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: $currency_symbol . $value48
- Category
- I18n
- Occurrences
- 48
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $currency_symbol . $value
WARNINGMaintainabilityslow db query meta keyDetected usage of meta_key, possible slow query.39
- Category
- Maintainability
- Occurrences
- 39
- Severity
- warning
Sample message
Detected usage of meta_key, possible slow query.
Show 15 moreShow less
WARNINGMaintainabilityDirect Query31
- Category
- Maintainability
- Occurrences
- 31
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNon-prefixed function28
- Category
- Maintainability
- Occurrences
- 28
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "createWPCRMSystemFields".
WARNINGMaintainabilityNo Caching25
- Category
- Maintainability
- Occurrences
- 25
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGMaintainabilityslow db query meta query22
- Category
- Maintainability
- Occurrences
- 22
- Severity
- warning
Sample message
Detected usage of meta_query, possible slow query.
ERRORI18nText Domain Mismatch21
- Category
- I18n
- Occurrences
- 21
- Severity
- error
Sample message
Mismatched text domain. Expected 'wp-crm-system' but got 'wp-crm-system-import-contacts'.
ERRORSecuritySetting is missing a sanitization callback19
- Category
- Security
- Occurrences
- 19
- Severity
- error
Sample message
Sanitization missing for register_setting().
WARNINGMaintainabilityslow db query tax query14
- Category
- Maintainability
- Occurrences
- 14
- Severity
- warning
Sample message
Detected usage of tax_query, possible slow query.
WARNINGMaintainabilityslow db query meta value10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- warning
Sample message
Detected usage of meta_value, possible slow query.
WARNINGMaintainabilityMissing Version10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- warning
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
ERRORI18nMissing Translators Comment9
- Category
- I18n
- Occurrences
- 9
- Severity
- error
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.
WARNINGMaintainabilityNot In Footer7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- warning
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
ERRORSecuritySQL query is not prepared6
- Category
- Security
- Occurrences
- 6
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $query
ERRORMaintainabilityfile system operations fclose6
- Category
- Maintainability
- Occurrences
- 6
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
ERRORMaintainabilityfile system operations fopen6
- Category
- Maintainability
- Occurrences
- 6
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
ERRORMaintainabilityDeprecated parameter: get_terms parameter 26
- Category
- Maintainability
- Occurrences
- 6
- Severity
- error
Sample message
The parameter "array(\r\n\t\t\t\t\t'hide_empty' => false,\r\n\t\t\t\t)" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
External Connections
Potential connections found in static code analysis.
Outbound calls
296
External assets
4
Incoming endpoints
0
Notable Domains
Platform / Reference Domains
External Asset Domains
Incoming Endpoints
No public endpoints detected.
Score History
First score snapshot
v3.4.6
23
Latest
- Findings
- 1,391
- Errors
- 297
- Warnings
- 1,094
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,391 | 297 | 1,094 | v3.4.6 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.