View your uptime stats/logs within WordPress (dashboard), and if desired on pages, posts or in a widget.
Prioritized issue groups from the latest Plugin Check scan
Security
404
12 issue groups
I18n
193
2 issue groups
Maintainability
120
9 issue groups
Repo Compliance
2
2 issue groups
Sample message
Mismatched text domain. Expected 'uptime-robot-monitor' but got 'urpro'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$attr['height']'.
Sample message
Use of a direct database call is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
$_POST['urpro_apikey'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of a non-sanitized input variable: $_POST['urpro_apikey']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['urpro_style_0']. Check that the array index exists before using it.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $key at "SELECT id FROM $table_name WHERE ur_key = '$key' AND time > '$time'"
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Unescaped parameter $table_name used in $wpdb->get_results()\n$table_name assigned unsafely at line 100.
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$data".
Sample message
Unescaped parameter $sql used in $wpdb->query()\n$sql assigned unsafely at line 16.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Processing form data without nonce verification.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Attempting a database schema change is discouraged.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Plugin name header in your readme is missing or invalid. Please update your readme with a valid plugin name header. Eg: "=== Example Name ==="
Sample message
Tested up to: 6.1 < 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
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Potential connections found in static code analysis.
Outbound calls
9
External assets
2
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v2.3
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 722 | 398 | 324 | v2.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.