Multi-language supported Team Members - Team with Slide is the best plugins to display unlimited team in Carouse and Grid view.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
7,148
11 issue groups
Maintainability
6,111
11 issue groups
I18n
15
3 issue groups
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active".5,260
- Category
- Maintainability
- Occurrences
- 5,260
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active".
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.1,918
- Category
- Security
- Occurrences
- 1,918
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"' target='{$target}'>VIEW MORE</a>\r\n'.1,845
- Category
- Security
- Occurrences
- 1,845
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"' target='{$target}'>VIEW MORE</a>\r\n'.
WARNINGSecurityRequest data is not unslashed$_GET['clicked'] not unslashed before sanitization. Use wp_unslash() or similar1,502
- Category
- Security
- Occurrences
- 1,502
- Severity
- warning
Sample message
$_GET['clicked'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_GET['clicked']. Check that the array index exists before using it.1,323
- Category
- Security
- Occurrences
- 1,323
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['clicked']. Check that the array index exists before using it.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.230
- Category
- Maintainability
- Occurrences
- 230
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().230
- Category
- Maintainability
- Occurrences
- 230
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $category_table at "SELECT * FROM $category_table WHERE c_name = %s "191
- Category
- Security
- Occurrences
- 191
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $category_table at "SELECT * FROM $category_table WHERE c_name = %s "
WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $category_table used in $wpdb->get_results()179
- Category
- Security
- Occurrences
- 179
- Severity
- warning
Sample message
Unescaped parameter $category_table used in $wpdb->get_results()
WARNINGMaintainabilityMissing VersionResource 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.155
- Category
- Maintainability
- Occurrences
- 155
- 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.
Show 15 moreShow less
ERRORMaintainabilityMissing direct file access protection112
- Category
- Maintainability
- Occurrences
- 112
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNon-prefixed function70
- Category
- Maintainability
- Occurrences
- 70
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "custom_post_template".
ERRORSecuritySQL query is not prepared69
- Category
- Security
- Occurrences
- 69
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $_POST
WARNINGSecurityNonce verification recommended51
- Category
- Security
- Occurrences
- 51
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInput is not sanitized44
- Category
- Security
- Occurrences
- 44
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_GET['styleid']
WARNINGMaintainabilityNot In Footer27
- Category
- Maintainability
- Occurrences
- 27
- 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.
ERRORSecurityDatabase parameter is not escaped20
- Category
- Security
- Occurrences
- 20
- Severity
- error
Sample message
Unescaped parameter $_POST['font_awesome'] used in $wpdb->query()\n$_POST['font_awesome'] used without escaping.
ERRORMaintainabilityOffloaded Content12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- error
Sample message
Found call to wp_enqueue_style() with external resource. Offloading styles to your servers or any remote service is disallowed.
WARNINGMaintainabilitySchema Change8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
ERRORI18nNon Singular String Literal Text7
- Category
- I18n
- Occurrences
- 7
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $value
WARNINGSecurityReplacements Wrong Number6
- Category
- Security
- Occurrences
- 6
- Severity
- warning
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 17.
WARNINGMaintainabilityNon-prefixed constant4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WPM_6310_PLUGIN_LANGUAGE_PATH".
ERRORI18nMissing Arg Domain4
- Category
- I18n
- Occurrences
- 4
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
ERRORI18nText Domain Mismatch4
- Category
- I18n
- Occurrences
- 4
- Severity
- error
Sample message
Mismatched text domain. Expected 'team-showcase-supreme' but got 'text_domain'.
WARNINGMaintainabilitytrademarked term3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Team Members – Multi Language Supported Team Plugin" - contains the restricted term "plugin" which cannot be used at all in your plugin name.
External Connections
Not analyzed yet.
Score History
2 score snapshots
v8.8
24
Latest
- Findings
- 13,287
- Errors
- 2,081
- Warnings
- 11,206
- Check
- 2.0.0
v8.7
24
Score
- Findings
- 13,288
- Errors
- 2,081
- Warnings
- 11,207
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 13,287 | 2,081 | 11,206 | v8.8 | 2.0.0 |
| 24 | 13,288 | 2,081 | 11,207 | v8.7 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.