Simple Page Ordering

Order your pages and other custom post types that support "page-attributes" with drag and drop right from the standard page list.

v2.8.010upUpdated 2026-05-14Added Aug 21, 2010100k+ installs94% rating
82
Score
11
Errors
9
Warnings
+0
Change

Category Scores

Security72
Repo100
Performance94
Maintainability89

Top Issues by Category

Issues Details

20 issues found in latest scan

ERROR3
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to esc_html__().

ERROR3
WordPress.WP.I18n.MissingTranslatorsComment

A function call to esc_html__() 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.

WARNING2
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING2
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_POST['excluded']

WARNING2
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_POST['excluded'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR2
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING1
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$compat_checker".

ERROR1
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.

WARNING1
WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_exclude

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.

ERROR1
WordPressVIPMinimum.Performance.WPQueryParams.SuppressFilters_suppress_filters

Setting `suppress_filters` to `true` is prohibited.

ERROR1
application_detected

Application files are not permitted.

Latest Snapshot

Findings

20

Errors

11

Warnings

9

Score History

First score snapshot

First scan completed Jun 19, 2026

v2.8.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v2.8.0

82

Latest

Findings
20
Errors
11
Warnings
9
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins