Front End PM

Front End PM is a Private Messaging system and a secure contact form to your WordPress site.This is full functioning messaging system from front end.

v11.4.5Shamim HasanUpdated Added 5k+ installs96% rating
23
Score
978
Errors
2,264
Warnings
+0
Change

Category Scores

Security0
Repo91
Performance97
Maintainability0

Top Issues by Category

maintainability1,849
security1,261
i18n102

Issues Details

3,242 issues found in latest scan

WARNING1,167
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR766
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.

WARNING229
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;fep_admin_settings_field_output_&#039; . $field[&#039;type&#039;]&quot;.

WARNING200
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

WARNING163
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING89
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_FILES[$field[&#039;name&#039;]][&#039;name&#039;][$key]

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

WARNING82
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING81
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FEP_Announcements&quot;.

WARNING61
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING52
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING36
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING35
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FEP_ATTACHMENT_TABLE&quot;.

ERROR28
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

WARNING23
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_FILES[$field[&#039;name&#039;]][&#039;size&#039;][$key]. Check that the array index exists before using it.

ERROR20
WordPress.DB.PreparedSQL.NotPrepared

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

WARNING19
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

ERROR16
wp_function_not_compatible_with_requires_wp

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

ERROR15
WordPress.WP.I18n.MissingArgDomain

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

ERROR12
PluginCheck.Security.DirectDB.UnescapedDBParameter

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

WARNING10
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $andor_op at &quot;{$searchand}(({$this-&gt;message_table}.mgs_title $like_op %s) $andor_op ({$this-&gt;message_table}.mgs_last_reply_excerpt $like_op %s) $andor_op ({$this-&gt;message_table}.mgs_content $like_op %s))&quot;

ERROR10
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

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

ERROR7
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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

WARNING4
WordPress.WP.EnqueuedResourceParameters.MissingVersion

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

ERROR4
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: 'Use <code>add_action( \'fep_empty_widget_' . $this->number . '\', \'your_function\' );</code> to hook to ONLY this widget where \'your_function\' is your callback function.'

Latest Snapshot

Findings

3,242

Errors

978

Warnings

2,264

Score History

First score snapshot

First scan completed

v11.4.5 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v11.4.5

23

Latest

Findings
3,242
Errors
978
Warnings
2,264
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins