Rocket Maintenance Mode & Coming Soon Page

Create great looking Maintenance Mode Page or Coming Soon Page that sets up in minutes.

v4.4Saad IqbalUpdated Added 4k+ installs84% rating
21
Score
1,176
Errors
1,406
Warnings
+0
Change

Category Scores

Security0
Repo76
Performance98
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

2,582 findings

Maintainability

1,460

13 issue groups

Security

881

9 issue groups

I18n

202

3 issue groups

WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$MailChimp".1,095
Category
Maintainability
Occurrences
1,095
Severity
warning

Sample message

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

ERRORSecurityOutput Not EscapedAll 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>"'.607
Category
Security
Occurrences
607
Severity
error

Sample message

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>"'.

ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().159
Category
I18n
Occurrences
159
Severity
error

Sample message

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

ERRORSecurityUnsafe Printing FunctionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.157
Category
Security
Occurrences
157
Severity
error

Sample message

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

WARNINGMaintainabilityNon Prefixed Function FoundFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_fs_text&quot;.106
Category
Maintainability
Occurrences
106
Severity
warning

Sample message

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

WARNINGMaintainabilityNon Prefixed Constant FoundGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_API__ADDRESS&quot;.93
Category
Maintainability
Occurrences
93
Severity
warning

Sample message

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

ERRORSecurityregister setting MissingSanitization missing for register_setting().83
Category
Security
Occurrences
83
Severity
error

Sample message

Sanitization missing for register_setting().

ERRORMaintainabilitywp function not compatible with requires wpFunction "get_blog_count()" requires WordPress 3.7.0, but your plugin minimum supported version is WordPress 3.1.0.56
Category
Maintainability
Occurrences
56
Severity
error

Sample message

Function "get_blog_count()" requires WordPress 3.7.0, but your plugin minimum supported version is WordPress 3.1.0.

WARNINGMaintainabilityNon Prefixed Class FoundClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_Admin_Menu_Manager&quot;.48
Category
Maintainability
Occurrences
48
Severity
warning

Sample message

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

ERRORI18nText Domain MismatchMismatched text domain. Expected 'rocket-maintenance-mode' but got 'option-tree'.29
Category
I18n
Occurrences
29
Severity
error

Sample message

Mismatched text domain. Expected 'rocket-maintenance-mode' but got 'option-tree'.

Show 15 more
ERRORMaintainabilitycurl curl setopt16
Category
Maintainability
Occurrences
16
Severity
error

Sample message

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

ERRORI18nNon Singular String Literal Text14
Category
I18n
Occurrences
14
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: 'No feed available,please visit our <a href="'. get_bloginfo('url') .'">homepage</a>!'

ERRORMaintainabilitymissing direct file access protection14
Category
Maintainability
Occurrences
14
Severity
error

Sample message

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

ERRORSecurityException Not Escaped7
Category
Security
Occurrences
7
Severity
error

Sample message

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

ERRORMaintainabilityNon Enqueued Script7
Category
Maintainability
Occurrences
7
Severity
error

Sample message

Scripts must be registered/enqueued via wp_enqueue_script()

WARNINGMaintainabilityDirect Query6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGSecurityInput Not Sanitized6
Category
Security
Occurrences
6
Severity
warning

Sample message

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

WARNINGSecurityMissing Unslash6
Category
Security
Occurrences
6
Severity
warning

Sample message

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

ERRORMaintainabilityNon Enqueued Stylesheet6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

Stylesheets must be registered/enqueued via wp_enqueue_style()

WARNINGMaintainabilityNo Caching5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

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

WARNINGSecurityRecommended5
Category
Security
Occurrences
5
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecuritywp redirect wp redirect5
Category
Security
Occurrences
5
Severity
warning

Sample message

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.

WARNINGSecurityInput Not Validated5
Category
Security
Occurrences
5
Severity
warning

Sample message

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

WARNINGMaintainabilityNo Code Found4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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.

WARNINGMaintainabilityMissing Version4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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.

Score History

First score snapshot

v4.4

21

Latest

Findings
2,582
Errors
1,176
Warnings
1,406
Check
2.0.0

Related Plugins

100
Machete

7k+ active installs

99
Maintenance

1m+ active installs

99
Coming Soon Maintenance Mode

6k+ active installs

95
MilesWeb Tools

10k+ active installs

95