Under Construction, Coming Soon & Maintenance Mode

Under Construction is a simple plugin for setting up Under Construction, Coming Soon and Maintenance Mode using WordPress Customizer.

v2.1.2WPBrigadeUpdated 2026-03-17Added Feb 25, 201710k+ installs92% rating
27
Score
401
Errors
148
Warnings
+0
Change

Category Scores

Security0
Repo83
Performance100
Maintainability24

Top Issues by Category

security256
i18n165
maintainability112

Issues Details

549 issues found in latest scan

ERROR163
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<h3>{$section['title']}</h3>\n"'.

ERROR134
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'under-construction-maintenance-mode' but got 'ucmm-wpbrigade'.

WARNING51
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR35
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR18
WordPress.WP.I18n.MissingArgDomain

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

WARNING17
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING16
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

ERROR13
missing_direct_file_access_protection

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

WARNING12
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING10
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

WARNING8
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING8
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

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

ERROR7
Generic.PHP.DisallowShortOpenTag.EchoFound

Short PHP opening tag used with echo; expected "<?php echo $sdk_communication ..." but found "<?= $sdk_communication ..."

WARNING7
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

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

ERROR5
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: $redirect_message

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

WARNING3
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

wp_redirect() found. Using wp_safe_redirect(), along with the &quot;allowed_redirect_hosts&quot; filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.

WARNING2
Generic.PHP.DisallowShortOpenTag.PossibleFound

Possible use of short open tags detected; found: &lt;? echo $ucmm_time_text_color?&gt;;\n

ERROR2
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

ERROR2
WordPress.DateTime.RestrictedFunctions.timezone_change_date_default_timezone_set

Using date_default_timezone_set() and similar isn't allowed, instead use WP internal timezone support.

WARNING2
WordPress.PHP.DevelopmentFunctions.error_log_print_r

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

ERROR2
WordPress.WP.AlternativeFunctions.curl_curl_setopt

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

ERROR2
WordPress.WP.EnqueuedResources.NonEnqueuedStylesheet

Stylesheets must be registered/enqueued via wp_enqueue_style()

Latest Snapshot

Findings

549

Errors

401

Warnings

148

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v2.1.2

27

Latest

Findings
549
Errors
401
Warnings
148
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins