This plugin allows you to arrange any post types and terms with drag and drop. Save post order for each term.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
62
5 issue groups
Security
56
5 issue groups
I18n
22
2 issue groups
Repo Compliance
1
1 issue group
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
Mismatched text domain. Expected 'anything-order-by-terms' but got 'any-order'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['ids']
Sample message
$_POST['ids'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$post_order'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$blog_ids".
Sample message
Processing form data without nonce verification.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Potential connections found in static code analysis.
Outbound calls
12
External assets
0
Incoming endpoints
4
No external asset domains detected.
No public endpoints detected.
wp_ajax
First score snapshot
v2.0.1
39
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 141 | 48 | 93 | v2.0.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.