Add modules: share buttons, header/footer scripts, disable comments, reading progress, custom fonts, custom login & more in one plugin.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
499
16 issue groups
Security
86
6 issue groups
I18n
10
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Autoloader".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'content_forms_submit_' . $form_type".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
$_GET['duplicate_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BEAVER_WIDGETS_PATH".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['obfx-login']
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$module->get_slug() . '_activate'".
Sample message
Mismatched text domain. Expected 'themeisle-companion' but got 'plugin-domain'.
Sample message
Missing $domain parameter in function call to esc_html__().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_orbit_fox".
Sample message
Detected usage of meta_value, possible slow query.
Sample message
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.
Sample message
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.
Sample message
The use of function wp_get_sidebars_widgets() is forbidden
Sample message
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.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'get_the_ID'.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
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".
Potential connections found in static code analysis.
Outbound calls
292
External assets
1
Incoming endpoints
7
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v3.0.9
27
Latest
v3.0.8
27
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 597 | 165 | 432 | v3.0.9 | 2.0.0 |
| 27 | 595 | 165 | 430 | v3.0.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.