Now you don't need to add friends as users to the blog in order to let them preview your drafts
Prioritized issue groups from the latest Plugin Check scan
Security
152
11 issue groups
I18n
28
4 issue groups
Maintainability
28
7 issue groups
Repo Compliance
3
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$d'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
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.
Sample message
Mismatched text domain. Expected 'wp-draftsforfriends' but got 'draftsforfriends '.
Sample message
Use placeholders and $wpdb->prepare(); found $this
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['_wpnonce']. Check that the array index exists before using it.
Sample message
Use of a direct database call is discouraged.
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
$_GET['_wpnonce'] 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
Processing form data without nonce verification.
Sample message
Unescaped parameter $draftsforfriends_table used in $wpdb->query()\n$draftsforfriends_table assigned unsafely at line 32.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $draftsforfriends_table at "DROP TABLE IF EXISTS $draftsforfriends_table"
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP-DraftsForFriends" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
wp_get_sites() has been deprecated since WordPress version 4.6.0. Use get_sites() instead.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Sorted by <strong>%s</strong> in <strong>%s</strong> order.'.
Sample message
Unescaped parameter $where_and used in $wpdb->get_results()\n$where_and assigned unsafely at line 444.
Sample message
Attempting a database schema change is discouraged.
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
Sample message
Missing $domain parameter in function call to _e().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Tested up to: 6.3 < 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.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Not analyzed yet.
First score snapshot
v1.0.2
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 212 | 141 | 71 | v1.0.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.