Simple plugin that allow you to notes on pages and posts
Prioritized issue groups from the latest Plugin Check scan
Maintainability
57
5 issue groups
Security
31
6 issue groups
Repo Compliance
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$button_class".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$button_class'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['nonce']
Sample message
$_POST['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
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 interpolated variable $page_id at " WHERE page_post_id = $page_id "
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['yydev_direction_class']. Check that the array index exists before using it.
Sample message
Use placeholders and $wpdb->prepare(); found $table_name
Sample message
Attempting a database schema change is discouraged.
Sample message
Plugin name "Page & Post Notes" is different from the name declared in plugin header "YYDevelopment - Page & Post Notes".
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Not analyzed yet.
First score snapshot
v1.3.5
41
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 41 | 89 | 12 | 77 | v1.3.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.