Borderless – Addons and Templates for Elementor

Extend your favorite page builder and site design with the best free Elements, Widgets, Templates, and Toolkit for Block Editor, Elementor & WPBakery!

v1.7.5VisualmodoUpdated Added 5k+ installs100% rating
22
Score
438
Errors
1,388
Warnings
+0
Change

Category Scores

Security0
Repo91
Performance85
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,826 findings

Maintainability

1,268

11 issue groups

Security

278

7 issue groups

I18n

208

6 issue groups

Performance

30

1 issue group

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

Sample message

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

WARNINGMaintainabilityget page by title Foundget_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead.369
Category
Maintainability
Occurrences
369
Severity
warning

Sample message

get_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead.

ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<option value=\"$value\" $selected>$label</option>"'.161
Category
Security
Occurrences
161
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<option value=\"$value\" $selected>$label</option>"'.

ERRORI18nText Domain MismatchMismatched text domain. Expected 'borderless' but got 'Background Control'.63
Category
I18n
Occurrences
63
Severity
error

Sample message

Mismatched text domain. Expected 'borderless' but got 'Background Control'.

ERRORI18nToo Many Function ArgsToo many parameters passed to function "__()". Expected: 2 parameters, received: 358
Category
I18n
Occurrences
58
Severity
error

Sample message

Too many parameters passed to function "__()". Expected: 2 parameters, received: 3

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.38
Category
I18n
Occurrences
38
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.

WARNINGSecurityMissingProcessing form data without nonce verification.36
Category
Security
Occurrences
36
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGPerformancePost Not In excludeUsing exclusionary parameters, like exclude, 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.30
Category
Performance
Occurrences
30
Severity
warning

Sample message

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

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

Sample message

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

ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: $add_new28
Category
I18n
Occurrences
28
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $add_new

Show 15 more
WARNINGMaintainabilityNon Prefixed Namespace Found19
Category
Maintainability
Occurrences
19
Severity
warning

Sample message

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

WARNINGMaintainabilityDynamic Hookname Found17
Category
Maintainability
Occurrences
17
Severity
warning

Sample message

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

WARNINGSecurityMissing Unslash17
Category
Security
Occurrences
17
Severity
warning

Sample message

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

WARNINGSecurityInput Not Sanitized15
Category
Security
Occurrences
15
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET[&#039;import&#039;]

WARNINGMaintainabilityMissing Version15
Category
Maintainability
Occurrences
15
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.

WARNINGSecurityRecommended14
Category
Security
Occurrences
14
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORI18nUnordered Placeholders Text14
Category
I18n
Occurrences
14
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Enter element ID (Note: make sure it is unique and valid according to %sw3c specification%s).'.

WARNINGMaintainabilityNon Prefixed Function Found13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

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

WARNINGMaintainabilityNon Prefixed Hookname Found13
Category
Maintainability
Occurrences
13
Severity
warning

Sample message

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

WARNINGSecurityInput Not Validated7
Category
Security
Occurrences
7
Severity
warning

Sample message

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

ERRORI18nNo Empty Strings7
Category
I18n
Occurrences
7
Severity
error

Sample message

The $text text string should have translatable content. Found: ''

ERRORMaintainabilitymissing direct file access protection7
Category
Maintainability
Occurrences
7
Severity
error

Sample message

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

ERRORMaintainabilitydate date4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

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

ERRORMaintainabilityfile system operations fclose4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

ERRORMaintainabilityfile system operations fwrite4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().

Score History

First score snapshot

v1.7.5

22

Latest

Findings
1,826
Errors
438
Warnings
1,388
Check
2.0.0

Related Plugins