Pop-up

Pop-up Popups

v1.2.8InisevUpdated 2025-10-30Added Nov 7, 202010k+ installs92% rating
31
Score
103
Errors
91
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability32

Top Issues by Category

security107
maintainability69
i18n5

Issues Details

194 issues found in latest scan

ERROR38
WordPress.Security.EscapeOutput.OutputNotEscaped

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

ERROR26
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

WARNING19
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING14
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING13
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR13
missing_direct_file_access_protection

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

WARNING11
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

WARNING6
Generic.PHP.DisallowAlternativePHPTags.MaybeASPShortOpenTagFound

Possible use of ASP style short opening tags detected; found: <%= message %>\r\n

WARNING6
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

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

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.

WARNING4
WordPress.WP.EnqueuedResourceParameters.NotInFooter

In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

WARNING3
Generic.PHP.DisallowAlternativePHPTags.MaybeASPOpenTagFound

Possible use of ASP style opening tags detected; found: <% if (message == 'can_not_enable') { %>\r\n

WARNING3
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_POST['list']

ERROR3
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable

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

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

WARNING2
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR2
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

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

ERROR2
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

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

ERROR2
WordPress.WP.AlternativeFunctions.file_system_operations_fwrite

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

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

WARNING1
Internal.NoCodeFound

No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.

WARNING1
PluginCheck.CodeAnalysis.ShortURL.Found

Short URL detected (bit.ly). Use full URLs instead of URL shorteners.

ERROR1
WordPress.DB.RestrictedFunctions.mysql_mysqli_connect

Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_connect.

ERROR1
WordPress.DB.RestrictedFunctions.mysql_mysqli_get_server_info

Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_get_server_info.

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.

Latest Snapshot

Findings

194

Errors

103

Warnings

91

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v1.2.8

31

Latest

Findings
194
Errors
103
Warnings
91
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins