Dynamic Team Manager – Team Member Showcase with grid, slider, table Elementor widget & shortcode

Team plugin to showcase team members, sports rosters, or creative portfolios with grid, list, Slider, table layout. Supports Corporate and Sports Leag …

v2.5.2MaidulUpdated Added 900 installs92% rating
23
Score
933
Errors
2,002
Warnings
+0
Change

Category Scores

Security0
Repo91
Performance90
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

2,935 findings

Maintainability

1,954

13 issue groups

Security

749

7 issue groups

I18n

176

4 issue groups

Performance

6

1 issue group

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$a11y_enabled".1,509
Category
Maintainability
Occurrences
1,509
Severity
warning

Sample message

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

ERRORSecurityOutput is 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>"'.663
Category
Security
Occurrences
663
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 functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_fs_text&quot;.111
Category
Maintainability
Occurrences
111
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;.

ERRORI18nText Domain MismatchMismatched text domain. Expected 'wp-team-manager' but got " wp-team-manager ".105
Category
I18n
Occurrences
105
Severity
error

Sample message

Mismatched text domain. Expected 'wp-team-manager' but got " wp-team-manager ".

WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_API__ADDRESS&quot;.104
Category
Maintainability
Occurrences
104
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 classClasses 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;.

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;deprecated_argument_run&quot;.55
Category
Maintainability
Occurrences
55
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;deprecated_argument_run&quot;.

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.47
Category
I18n
Occurrences
47
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 namespaceNamespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;DWL\Wtm\AI&quot;.42
Category
Maintainability
Occurrences
42
Severity
warning

Sample message

Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;DWL\Wtm\AI&quot;.

ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.26
Category
Security
Occurrences
26
Severity
error

Sample message

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

Show 15 more
ERRORMaintainabilitystrip tags strip tags20
Category
Maintainability
Occurrences
20
Severity
error

Sample message

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

WARNINGSecurityRequest data is not unslashed18
Category
Security
Occurrences
18
Severity
warning

Sample message

$_GET[&#039;post&#039;] not unslashed before sanitization. Use wp_unslash() or similar

ERRORI18nMissing Arg Domain18
Category
I18n
Occurrences
18
Severity
error

Sample message

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

ERRORSecurityException output is not escaped17
Category
Security
Occurrences
17
Severity
error

Sample message

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

WARNINGSecurityInput is not sanitized15
Category
Security
Occurrences
15
Severity
warning

Sample message

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

WARNINGMaintainabilityerror log error log13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

error_log() found. Debug code should not normally be used in production.

WARNINGMaintainabilityMissing Version11
Category
Maintainability
Occurrences
11
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.

WARNINGMaintainabilityDirect Query9
Category
Maintainability
Occurrences
9
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

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

ERRORMaintainabilityMissing direct file access protection8
Category
Maintainability
Occurrences
8
Severity
error

Sample message

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

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.

ERRORI18nUnordered Placeholders Text6
Category
I18n
Occurrences
6
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in 'Step %d of %d'.

WARNINGPerformancePost Not In post not in6
Category
Performance
Occurrences
6
Severity
warning

Sample message

Using exclusionary parameters, like post__not_in, 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.

WARNINGSecurityNonce verification recommended5
Category
Security
Occurrences
5
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecuritywp redirect wp redirect5
Category
Security
Occurrences
5
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the &quot;allowed_redirect_hosts&quot; 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.

External Connections

Potential connections found in static code analysis.

45 domains

Outbound calls

272

External assets

3

Incoming endpoints

25

Notable Domains

cmb2.io15 · outbound
dynamicweblab.com12 · outbound
wpteammanager.com10 · outbound
freemius.com8 · outbound
php.net6 · outbound
docs.jquery.com4 · outbound

Platform / Reference Domains

gnu.org111 · platform/reference
wordpress.org33 · platform/reference
github.com9 · platform/reference
w3.org8 · platform/reference
api.wordpress.org2 · platform/reference
make.wordpress.org2 · platform/reference
core.trac.wordpress.org1 · platform/reference
profiles.wordpress.org1 · platform/reference

External Asset Domains

youtube.com3 · asset + outbound

Incoming Endpoints

wp_ajax_nopriv_cmb2_oembed_handlerpublic

wp_ajax

wp_ajax_nopriv_dwl_team_member_searchpublic

wp_ajax

wp_ajax_nopriv_wtm_enhanced_searchpublic

wp_ajax

wp_ajax_nopriv_wtm_get_autocompletepublic

wp_ajax

wp_ajax_nopriv_wtm_live_searchpublic

wp_ajax

Admin AJAX endpoints20
admin_post_fs_clone_resolutionauthenticated

admin_post

admin_post_wtm_tg_testauthenticated

admin_post

wp_ajax_cmb2_oembed_handlerauthenticated

wp_ajax

wp_ajax_dwl_team_member_searchauthenticated

wp_ajax

wp_ajax_fs_dismiss_notice_action_{$ajax_action_suffix}authenticated

wp_ajax

wp_ajax_fs_toggle_debug_modeauthenticated

wp_ajax

wp_ajax_wtm_admin_previewauthenticated

wp_ajax

wp_ajax_wtm_cancel_migrationauthenticated

wp_ajax

wp_ajax_wtm_complete_onboarding_stepauthenticated

wp_ajax

wp_ajax_wtm_enhanced_searchauthenticated

wp_ajax

wp_ajax_wtm_get_autocompleteauthenticated

wp_ajax

wp_ajax_wtm_get_performance_metricsauthenticated

wp_ajax

8 more hidden

Score History

First score snapshot

v2.5.2

23

Latest

Findings
2,935
Errors
933
Warnings
2,002
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins