Order your post by category or custom post type by drag & drop interface.
Prioritized issue groups from the latest Plugin Check scan
Security
60
10 issue groups
Maintainability
54
9 issue groups
I18n
42
2 issue groups
Performance
2
2 issue groups
Sample message
Mismatched text domain. Expected 'custom-post-order-category' but got 'custom-category-post-order'.
Sample message
$_POST['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Function "wp_send_json_error()" requires WordPress 3.5.0, but your plugin minimum supported version is WordPress 3.3.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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$checkboxes'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['_wpnonce']
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "INSERT INTO $table (post_id, category_id, weight, incl) VALUES (%d, %s, %d, %d)"
Sample message
Unescaped parameter $table used in $wpdb->get_var()\n$table assigned unsafely at line 583.
Sample message
Missing $domain parameter in function call to esc_html_e().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$allowed_tags".
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 965.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
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
Attempting a database schema change is discouraged.
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE '\_%'.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "customcategorypostorder".
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_METHOD']. Check that the array index exists before using it.
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
Using exclusionary parameters, like post__not_in, 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
File and folder names must not contain spaces or special characters.
Sample message
Tested up to: 6.8 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
The "Author URI" header in the plugin file is not valid.
Potential connections found in static code analysis.
Outbound calls
4
External assets
0
Incoming endpoints
6
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v2.2
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 163 | 80 | 83 | v2.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.