Team Members – A WordPress Team Plugin with Gallery, Grid, Carousel, Slider, Table, List, and More

WordPress Team Plugin - Perfect for team gallery, team slider, team grid and provides a customizable and flexible way to showcase your team.

v2.7.14GS PluginsUpdated Added 2k+ installs96% rating100% support resolved
25
Score
1,786
Errors
2,220
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance97
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

4,006 findings

Maintainability

2,077

12 issue groups

I18n

1,026

3 issue groups

Security

853

10 issue groups

WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_exclude_group".1,420
Category
Maintainability
Occurrences
1,420
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_exclude_group".

ERRORI18nText Domain MismatchMismatched text domain. Expected 'gs-team-members' but got 'gsteam'.751
Category
I18n
Occurrences
751
Severity
error

Sample message

Mismatched text domain. Expected 'gs-team-members' but got 'gsteam'.

ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.592
Category
Security
Occurrences
592
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.

WARNINGMaintainabilityNon Prefixed Hookname FoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;GS_Plugins/Force_Enqueue_Assets/&#039; . $this-&gt;get_assets_key()&quot;.227
Category
Maintainability
Occurrences
227
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;GS_Plugins/Force_Enqueue_Assets/&#039; . $this-&gt;get_assets_key()&quot;.

ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().148
Category
I18n
Occurrences
148
Severity
error

Sample message

Missing $domain parameter in function call to __().

ERRORI18nMissing Translators CommentA 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.127
Category
I18n
Occurrences
127
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.

WARNINGMaintainabilityNon Prefixed Function FoundFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_fs_text&quot;.101
Category
Maintainability
Occurrences
101
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_fs_text&quot;.

WARNINGMaintainabilityNon Prefixed Constant FoundGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_API__ADDRESS&quot;.94
Category
Maintainability
Occurrences
94
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_API__ADDRESS&quot;.

WARNINGMaintainabilityNon Prefixed Class FoundClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_Admin_Menu_Manager&quot;.57
Category
Maintainability
Occurrences
57
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_Admin_Menu_Manager&quot;.

WARNINGSecurityMissing Unslash$_GET[$paged_var] not unslashed before sanitization. Use wp_unslash() or similar49
Category
Security
Occurrences
49
Severity
warning

Sample message

$_GET[$paged_var] not unslashed before sanitization. Use wp_unslash() or similar

Show 15 more
ERRORSecurityUnsafe Printing Function48
Category
Security
Occurrences
48
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERRORMaintainabilitymissing direct file access protection47
Category
Maintainability
Occurrences
47
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNINGSecurityRecommended42
Category
Security
Occurrences
42
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORMaintainabilitywp function not compatible with requires wp42
Category
Maintainability
Occurrences
42
Severity
error

Sample message

Function "add_term_meta()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.3.0.

WARNINGSecurityInput Not Sanitized36
Category
Security
Occurrences
36
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES[&#039;file&#039;][&#039;name&#039;]

WARNINGSecurityInput Not Validated35
Category
Security
Occurrences
35
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_FILES[&#039;file&#039;][&#039;name&#039;]. Check that the array index exists before using it.

WARNINGMaintainabilityDirect Query33
Category
Maintainability
Occurrences
33
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGSecurityMissing32
Category
Security
Occurrences
32
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityupgrade notice limit24
Category
Maintainability
Occurrences
24
Severity
warning

Sample message

The upgrade notice for "Version 1.10.1 [6th September 20]" exceeds the limit of 300 characters.

WARNINGMaintainabilityNo Caching21
Category
Maintainability
Occurrences
21
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNINGSecurityInterpolated Not Prepared7
Category
Security
Occurrences
7
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $ids at &quot;DELETE FROM {$wpdb-&gt;prefix}gs_team WHERE ID IN($ids)&quot;

ERRORSecurityException Not Escaped7
Category
Security
Occurrences
7
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$message'.

WARNINGMaintainabilityDynamic Hookname Found6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$handler . &#039;--script&#039;&quot;.

ERRORSecurityUnescaped DBParameter5
Category
Security
Occurrences
5
Severity
error

Sample message

Unescaped parameter $fields used in $wpdb->get_results()\n$fields assigned unsafely at line 409.

WARNINGMaintainabilityslow db query meta key5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

Score History

First score snapshot

v2.7.14

25

Latest

Findings
4,006
Errors
1,786
Warnings
2,220
Check
2.0.0

Related Plugins