Branda – White Label & Branding, Free Login Page Customizer

White label & rebrand your login page & WordPress dashboard. Customize system emails & get everything to rebrand WordPress with Branda.

v3.4.31WPMU DEV - Your All-in-One WordPress PlatformUpdated Added 20k+ installs90% rating
24
Score
3,174
Errors
820
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance95
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

3,994 findings

I18n

2,599

2 issue groups

Security

780

7 issue groups

Maintainability

589

16 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'branda-white-labeling' but got 'plugin-cross-sell-textdomain'.2,522
Category
I18n
Occurrences
2,522
Severity
error

Sample message

Mismatched text domain. Expected 'branda-white-labeling' but got 'plugin-cross-sell-textdomain'.

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<$tag $scope $id $class>$column_display_name</$tag>"'.298
Category
Security
Occurrences
298
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<$tag $scope $id $class>$column_display_name</$tag>"'.

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$_branda_dashicons_list&quot;.246
Category
Maintainability
Occurrences
246
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$_branda_dashicons_list&quot;.

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

Sample message

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

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

Sample message

Processing form data without nonce verification.

WARNINGSecurityRequest data is not unslashed$_GET[$name] not unslashed before sanitization. Use wp_unslash() or similar136
Category
Security
Occurrences
136
Severity
warning

Sample message

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

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES[&#039;import&#039;]78
Category
Security
Occurrences
78
Severity
warning

Sample message

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

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

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

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_GET[&#039;page&#039;]. Check that the array index exists before using it.33
Category
Security
Occurrences
33
Severity
warning

Sample message

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

Show 15 more
WARNINGMaintainabilityNon-prefixed hook name31
Category
Maintainability
Occurrences
31
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed function30
Category
Maintainability
Occurrences
30
Severity
warning

Sample message

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

ERRORSecurityUnsafe printing function24
Category
Security
Occurrences
24
Severity
error

Sample message

All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.

ERRORMaintainabilitybadly named files15
Category
Maintainability
Occurrences
15
Severity
error

Sample message

File and folder names must not contain spaces or special characters.

ERRORMaintainabilitystrip tags strip tags10
Category
Maintainability
Occurrences
10
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed constant8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

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

WARNINGMaintainabilityDynamic hook name7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

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

WARNINGMaintainabilityNo PHP code found6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.

WARNINGMaintainabilityNon-prefixed class6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

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

WARNINGMaintainabilityerror log error log6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

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

ERRORMaintainabilitydate date5
Category
Maintainability
Occurrences
5
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 is writable5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

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

WARNINGMaintainabilityDirect Query4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

ERRORMaintainabilityrand rand4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

rand() is discouraged. Use the far less predictable wp_rand() instead.

External Connections

Not analyzed yet.

Score History

First score snapshot

v3.4.31

24

Latest

Findings
3,994
Errors
3,174
Warnings
820
Check
2.0.0

Related Plugins

Clean Login

6k+ active installs

97
Custom Login Page Customizer

50k+ active installs

95
Admin Custom Login

20k+ active installs

43
Slate Admin Theme

6k+ active installs

41

Relationship Map

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

29 nodes