AutoConvert Greeklish Permalinks

Convert Greek characters to Latin on all your site's permalinks instantly.

v4.2.0Dimitris MavroudisUpdated Added 30k+ installs98% rating
40
Score
116
Errors
13
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability79

Top Issues by Category

Issues Details

129 issues found in latest scan

ERROR53
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'autoconvert-greeklish-permalinks' but got "agp".

ERROR19
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERROR14
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div id='{$section['id']}' class='card'>"'.

ERROR9
missing_direct_file_access_protection

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

ERROR5
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.

ERROR5
wp_function_not_compatible_with_requires_wp

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

ERROR4
PluginCheck.CodeAnalysis.SettingSanitization.register_settingMissing

Sanitization missing for register_setting().

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().

ERROR3
WordPress.DB.PreparedSQL.NotPrepared

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

ERROR2
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 130.

WARNING2
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING1
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET[&#039;tab&#039;]

WARNING1
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET[&#039;tab&#039;] not unslashed before sanitization. Use wp_unslash() or similar

ERROR1
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in '%d posts and %d terms are in greek.'.

ERROR1
outdated_tested_upto_header

Tested up to: 6.9 < 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.

WARNING1
textdomain_mismatch

The "Text Domain" header in the plugin file does not match the slug. Found "agp", expected "autoconvert-greeklish-permalinks".

Latest Snapshot

Findings

129

Errors

116

Warnings

13

Score History

First score snapshot

First scan completed

v4.2.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v4.2.0

40

Latest

Findings
129
Errors
116
Warnings
13
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins