Lean Player – Video and Audio Player with Playlist for WordPress, Elementor and Gutenberg

Video and audio player with playlist for WordPress. Plays YouTube, Vimeo, HTML5 video, and audio. Works with Elementor, Gutenberg, and Classic Editor.

v3.1.5Lean PluginsUpdated Added 2k+ installs90% rating
27
Score
1,616
Errors
463
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability8

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

2,079 findings

I18n

1,418

4 issue groups

Maintainability

448

14 issue groups

Security

211

7 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'az-video-and-audio-player-addon-for-elementor' but got 'lex-settings'.1,409
Category
I18n
Occurrences
1,409
Severity
error

Sample message

Mismatched text domain. Expected 'az-video-and-audio-player-addon-for-elementor' but got 'lex-settings'.

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

Sample message

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

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$active_class'.122
Category
Security
Occurrences
122
Severity
error

Sample message

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

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.44
Category
Security
Occurrences
44
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;36
Category
Maintainability
Occurrences
36
Severity
error

Sample message

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

ERRORMaintainabilitywp function not compatible with requires wpFunction "get_preview_post_link()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 4.0.0.18
Category
Maintainability
Occurrences
18
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed namespaceNamespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Lex\Settings\V2".13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Lex\Settings\V2".

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.13
Category
Security
Occurrences
13
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORSecurityHeredoc Output Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found interpolation in unescaped heredoc.11
Category
Security
Occurrences
11
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found interpolation in unescaped heredoc.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES['import_file']['name']11
Category
Security
Occurrences
11
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES['import_file']['name']

Show 15 more
ERRORMaintainabilityNot Allowed9
Category
Maintainability
Occurrences
9
Severity
error

Sample message

Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead

WARNINGSecurityRequest data is not unslashed7
Category
Security
Occurrences
7
Severity
warning

Sample message

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

ERRORI18nMissing Translators Comment7
Category
I18n
Occurrences
7
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 hook name6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;lex_settings/field_config/&#039; . $key&quot;.

WARNINGMaintainabilityerror log print r6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

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

WARNINGMaintainabilityerror log error log4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

WARNINGMaintainabilityerror log var export4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

WARNINGMaintainabilityslow db query meta query3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

WARNINGSecurityInput is not validated3
Category
Security
Occurrences
3
Severity
warning

Sample message

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

WARNINGMaintainabilitytrademarked term2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

The plugin name includes a restricted term. Your chosen plugin name - "Lean Player - Video and Audio Player with Playlist for WordPress, Elementor and Gutenberg" - contains the restricted term "gutenberg" which cannot be used at all in your plugin name.

ERRORMaintainabilitydate date1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNINGMaintainabilityNon-prefixed constant1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

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

WARNINGMaintainabilityMissing Version1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.

ERRORI18nInterpolated Variable Text1
Category
I18n
Occurrences
1
Severity
error

Sample message

The $text parameter must not contain interpolated variables or expressions. Found: {$type}

ERRORI18nMissing Arg Domain1
Category
I18n
Occurrences
1
Severity
error

Sample message

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

External Connections

Not analyzed yet.

Score History

2 score snapshots

+0
1007550250Jun 21, 2026, 01:22 PM UTC Score 27/100 Plugin v3.1.4 Plugin Check 2.0.0 1,616 errors, 463 warningsJun 23, 2026, 01:47 AM UTC Score 27/100 Plugin v3.1.5 Plugin Check 2.0.0 1,616 errors, 463 warningsJun 21, 2026Jun 23, 2026

v3.1.5

27

Latest

Findings
2,079
Errors
1,616
Warnings
463
Check
2.0.0

v3.1.4

27

Score

Findings
2,079
Errors
1,616
Warnings
463
Check
2.0.0

Relationship Map

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

29 nodes

Related Plugins