A plugin which provides an author box for your WordPress blog. Originally known as "Author Box for Divi."
Prioritized issue groups from the latest Plugin Check scan
Security
137
8 issue groups
Maintainability
78
14 issue groups
I18n
2
2 issue groups
Repo Compliance
1
1 issue group
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Short PHP opening tag used with echo; expected "<?php echo admin_url ..." but found "<?= admin_url ..."
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$author_box_position".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$css'.
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.
Sample message
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Function "get_avatar_url()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 3.6.0.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of a non-sanitized input variable: $_POST[$key]
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Author Box WP Lens" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: _site_transient_update_plugins
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Unescaped parameter $user_ids used in $wpdb->query()\n$user_ids assigned unsafely at line 180.
Sample message
Use placeholders and $wpdb->prepare(); found $user_ids
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
$_POST[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
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.
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.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Do you enjoy using the Author Box WP Lens plugin? A %s5-star rating on WordPress.org%s would be great!'.
Sample message
Linking directly to 5 stars reviews is not allowed.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
Plugin Updater detected. These are not permitted in WordPress.org hosted plugins. Detected: site_transient_update_plugins
Potential connections found in static code analysis.
Outbound calls
35
External assets
5
Incoming endpoints
3
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v2.1.6
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 218 | 169 | 49 | v2.1.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.