Orbit Fox: Duplicate Page, Menu Icons, SVG Support, Cookie Notice, Custom Fonts & More

Add modules: share buttons, header/footer scripts, disable comments, reading progress, custom fonts, custom login & more in one plugin.

v3.0.7ThemeisleUpdated 2026-06-16Added Nov 3, 2016100k+ installs96% rating
27
Score
165
Errors
430
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability9

Top Issues by Category

maintainability497
security86
i18n10

Issues Details

595 issues found in latest scan

WARNING298
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR67
missing_direct_file_access_protection

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

ERROR52
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

WARNING40
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

WARNING34
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'content_forms_submit_' . $form_type".

ERROR29
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

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

WARNING12
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING10
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BEAVER_WIDGETS_PATH".

WARNING10
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING9
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['obfx-login']

WARNING6
WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$module->get_slug() . '_activate'".

ERROR5
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'themeisle-companion' but got 'plugin-domain'.

ERROR4
WordPress.WP.I18n.MissingArgDomain

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

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

WARNING2
WordPress.DB.SlowDBQuery.slow_db_query_meta_value

Detected usage of meta_value, possible slow query.

WARNING2
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.

ERROR2
WordPress.WP.DeprecatedParameters.Get_termsParam2Found

The parameter "array(\n\t\t\t\t'hide_empty' => false,\n\t\t\t)" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.

ERROR1
Generic.PHP.ForbiddenFunctions.Found

The use of function wp_get_sidebars_widgets() is forbidden

WARNING1
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

WARNING1
WordPress.DB.SlowDBQuery.slow_db_query_tax_query

Detected usage of tax_query, possible slow query.

ERROR1
WordPress.Security.EscapeOutput.OutputNotEscaped

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

ERROR1
WordPress.WP.AlternativeFunctions.rand_rand

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

ERROR1
WordPress.WP.EnqueuedResources.NonEnqueuedScript

Scripts must be registered/enqueued via wp_enqueue_script()

ERROR1
library_core_files

Library files that are already in the WordPress core are not permitted.

WARNING1
mismatched_plugin_name

Plugin name "Orbit Fox: Duplicate Page, Menu Icons, SVG Support, Cookie Notice, Custom Fonts & More" is different from the name declared in plugin header "Orbit Fox Companion".

Latest Snapshot

Findings

595

Errors

165

Warnings

430

Score History

First score snapshot

First scan completed Jun 19, 2026

v3.0.7 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v3.0.7

27

Latest

Findings
595
Errors
165
Warnings
430
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins