Assign multiple bylines to posts, pages, and custom post types with a search-as-you-type input box.
Prioritized issue groups from the latest Plugin Check scan
Security
42
3 issue groups
Maintainability
35
9 issue groups
Performance
1
1 issue group
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "cap_add_amp_actions".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cap_guest_author_create".
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use of a direct database call is discouraged.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
The use of function set_time_limit() is discouraged
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Potential connections found in static code analysis.
Outbound calls
39
External assets
0
Incoming endpoints
4
No external asset domains detected.
register_rest_route
register_rest_route
wp_ajax
wp_ajax
3 score snapshots
v4.1.1
59
Latest
v4.1.0
59
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 59 | 78 | 2 | 76 | v4.1.1 | 2.0.0 |
| 59 | 78 | 2 | 76 | v4.1.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.