All In One Favicon

Easily add a Favicon to your site and the WordPress admin pages. Complete with upload functionality. Supports all three Favicon types (ico,png,gif).

v4.8Garrett GrimmUpdated Added 60k+ installs90% rating
34
Score
214
Errors
62
Warnings
+0
Change

Category Scores

Security0
Repo73
Performance100
Maintainability63

Top Issues by Category

security166
i18n64
maintainability41
supply_chain1

Issues Details

276 issues found in latest scan

ERROR80
WordPress.Security.EscapeOutput.OutputNotEscaped

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

ERROR57
WordPress.WP.I18n.NonSingularStringLiteralDomain

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

ERROR43
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR19
missing_direct_file_access_protection

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

WARNING13
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_FILES[$icoName]. Check that the array index exists before using it.

WARNING10
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_POST['_wp_http_referer']

WARNING10
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_POST['_wp_http_referer'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING6
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING4
WordPress.WP.EnqueuedResourceParameters.MissingVersion

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.

WARNING4
WordPress.WP.EnqueuedResourceParameters.NotInFooter

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.

ERROR4
WordPress.WP.I18n.MissingArgDomain

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

WARNING3
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

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

ERROR3
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING2
Internal.NoCodeFound

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.

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AllInOneFavicon".

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR2
wp_function_not_compatible_with_requires_wp

Function "get_site_transient()" requires WordPress 2.9.0, but your plugin minimum supported version is WordPress 2.8.0.

ERROR1
Generic.PHP.ForbiddenFunctions.Found

The use of function create_function() is forbidden

ERROR1
WordPress.DateTime.RestrictedFunctions.date_date

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

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "initAioFavicon".

WARNING1
WordPress.PHP.DevelopmentFunctions.error_log_var_dump

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

WARNING1
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR1
WordPress.WP.AlternativeFunctions.rand_rand

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

ERROR1
hidden_files

Hidden files are not permitted.

WARNING1
mismatched_plugin_name

Plugin name "All In One Favicon" is different from the name declared in plugin header "All in one Favicon".

Latest Snapshot

Findings

276

Errors

214

Warnings

62

Score History

First score snapshot

First scan completed

v4.8 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v4.8

34

Latest

Findings
276
Errors
214
Warnings
62
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins