المنتور فارسی

بسته کامل فارسی‌ساز المنتور با 13 فونت ایرانی، ترجمه المنتور و المنتور پرو، آیکون‌های ایرانی، تقویم شمسی، ویجت‌های نقشه نشان و آپارات.

v2.7.17mohammadr3zUpdated 2026-05-27Added Apr 29, 201940k+ installs98% rating
34
Score
52
Errors
50
Warnings
+0
Change

Category Scores

Security1
Repo83
Performance100
Maintainability56

Top Issues by Category

maintainability53
security44
repo_compliance3
i18n2

Issues Details

102 issues found in latest scan

ERROR18
WordPress.WP.AlternativeFunctions.curl_curl_setopt

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

WARNING16
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING13
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

ERROR10
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<meta http-equiv='refresh' content='0; url={$url}' />"'.

WARNING7
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;enqueue_neshan_map_assets&quot;.

WARNING4
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$options&quot;.

WARNING4
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

ERROR4
WordPress.WP.AlternativeFunctions.curl_curl_close

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR4
WordPress.WP.AlternativeFunctions.curl_curl_exec

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR4
WordPress.WP.AlternativeFunctions.curl_curl_init

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

WARNING3
WordPress.PHP.DevelopmentFunctions.error_log_error_log

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

ERROR2
WordPress.WP.AlternativeFunctions.curl_curl_error

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR2
WordPress.WP.AlternativeFunctions.curl_curl_getinfo

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR2
missing_direct_file_access_protection

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

WARNING1
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

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.

WARNING1
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_SERVER[&#039;REQUEST_METHOD&#039;]. Check that the array index exists before using it.

ERROR1
WordPress.WP.AlternativeFunctions.file_system_operations_fsockopen

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

WARNING1
WordPress.WP.EnqueuedResourceParameters.MissingVersion

Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.

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

ERROR1
plugin_header_unsupported_plugin_name

The "Plugin Name" header in the plugin file is not valid. It needs to contain at least 5 latin letters (a-Z) and/or numbers. This is necessary because the initial plugin slug is generated from the name.

ERROR1
readme_description_non_official_language

The readme description contains unofficial language. It must be written in standard English.

ERROR1
readme_short_description_non_official_language

The readme short description contains unofficial language. It must be written in standard English.

ERROR1
wp_function_not_compatible_with_requires_wp

Function "str_starts_with()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.0.0.

Latest Snapshot

Findings

102

Errors

52

Warnings

50

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v2.7.17

34

Latest

Findings
102
Errors
52
Warnings
50
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins