You can set an existing page as a coming soon/Maintenance page and you can build this page as you want with your editor or favorite page builder.
Prioritized issue groups from the latest Plugin Check scan
Security
19
8 issue groups
Maintainability
12
7 issue groups
I18n
8
2 issue groups
Repo Compliance
3
3 issue groups
Sample message
Mismatched text domain. Expected 'bw-coming-soon-page' but got 'bwcs'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<input type='checkbox' name='bwcs_other_pages[]' value='$key' id='page-$key' $selected /> <label for='page-$key'>$value </label>"'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "appsero_init_tracker_bw_coming_soon_page".
Sample message
$_POST['bwcs_coming_soon_page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" 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.
Sample message
Detected usage of a non-sanitized input variable: $_POST['bwcs_other_pages']
Sample message
Unescaped parameter $slug used in $wpdb->get_row()\n$slug used without escaping.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Use placeholders and $wpdb->prepare(); found $slug
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$plugin_enabled".
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['bwcs_coming_soon_page']. Check that the array index exists before using it.
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Sample message
Tested up to: 6.6 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Sample message
The "Short Description" section is missing. An excerpt was generated from your main plugin description.
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "bwcs", expected "bw-coming-soon-page".
Sample message
Check for WP_UNINSTALL_PLUGIN constant missing.
Potential connections found in static code analysis.
Outbound calls
22
External assets
0
Incoming endpoints
2
No external asset domains detected.
No public endpoints detected.
admin_post
wp_ajax
First score snapshot
v1.0.1
40
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 42 | 24 | 18 | v1.0.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.