Longer Permalinks

Allow long permalinks in your WordPress. Useful especially for using non-latin characters in permalinks. Respects future relevant core updates.

v1.32antithesisgrUpdated 2025-09-21Added Mar 6, 20178k+ installs100% rating
57
Score
27
Errors
21
Warnings
+0
Change

Category Scores

Security32
Repo86
Performance100
Maintainability83

Top Issues by Category

Issues Details

48 issues found in latest scan

ERROR10
WordPress.WP.I18n.MissingArgDomain

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

ERROR7
WordPress.DB.PreparedSQL.NotPrepared

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

WARNING7
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR4
PluginCheck.Security.DirectDB.UnescapedDBParameter

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

WARNING4
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING4
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING2
WordPress.PHP.DevelopmentFunctions.error_log_trigger_error

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

ERROR2
WordPress.Security.EscapeOutput.OutputNotEscaped

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

ERROR2
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "REDEF_FILE".

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

WARNING1
WordPress.PHP.DevelopmentFunctions.error_log_error_log

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

ERROR1
outdated_tested_upto_header

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.

ERROR1
plugin_header_no_license

Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.

WARNING1
readme_parser_warnings_too_many_tags

One or more tags were ignored. Please limit your plugin to 5 tags.

Latest Snapshot

Findings

48

Errors

27

Warnings

21

Score History

First score snapshot

First scan completed Jun 20, 2026

v1.32 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v1.32

57

Latest

Findings
48
Errors
27
Warnings
21
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins