Permalink Manager Lite

Permalink Manager enhances WordPress’s built-in URL system, allowing you to change the URLs of native and custom post types and taxonomies.

v2.5.3.4Maciej BisUpdated 2026-05-13Added Jan 9, 2016100k+ installs96% rating
38
Score
29
Errors
178
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability67

Top Issues by Category

Issues Details

207 issues found in latest scan

WARNING66
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING31
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET[$endpoint] not unslashed before sanitization. Use wp_unslash() or similar

WARNING22
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING18
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET[$endpoint]

WARNING11
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR9
WordPress.WP.AlternativeFunctions.parse_url_parse_url

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

WARNING7
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING7
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING7
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "post_type_archive_title".

ERROR7
wp_function_not_compatible_with_requires_wp

Function "is_taxonomy_viewable()" requires WordPress 5.1.0, but your plugin minimum supported version is WordPress 4.4.0.

ERROR6
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $count_query

WARNING5
WordPress.PHP.DevelopmentFunctions.error_log_print_r

print_r() found. Debug code should not normally be used in production.

ERROR4
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $count_query used in $wpdb->get_var()\n$count_query assigned unsafely at line 139.

WARNING3
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_GET[$endpoint]. Check that the array index exists before using it.

ERROR1
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "run_permalink_manager".

ERROR1
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

ERROR1
WordPress.WP.I18n.MissingTranslatorsComment

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.

Latest Snapshot

Findings

207

Errors

29

Warnings

178

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v2.5.3.4

38

Latest

Findings
207
Errors
29
Warnings
178
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins