Adds simple notes to post, page and custom post type edit screen.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.WP.I18n.TextDomainMismatch | Mismatched text domain. Expected 'simple-post-notes' but got 'spnotes'. | 419:48 | General |
| ERROR | PluginCheck.CodeAnalysis.SettingSanitization.register_settingMissing | Sanitization missing for register_setting(). | 433:9 | Plugin Repo |
| ERROR | badly_named_files | File and folder names must not contain spaces or special characters. | — | Plugin Repo |
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_POST['spnote'] not unslashed before sanitization. Use wp_unslash() or similar | 327:71 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.InputNotValidated | Detected usage of a possibly undefined superglobal array index: $_POST['spnotes_nonce']. Use isset() or empty() to check the index exists before using it | 351:31 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_POST['spnotes_nonce'] not unslashed before sanitization. Use wp_unslash() or similar | 351:31 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | Detected usage of a non-sanitized input variable: $_POST['spnotes_nonce'] | 351:31 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.InputNotValidated | Detected usage of a possibly undefined superglobal array index: $_POST['post_type']. Use isset() or empty() to check the index exists before using it | 359:24 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_POST['spnote'] not unslashed before sanitization. Use wp_unslash() or similar | 367:71 | Security |
| WARNING | WordPress.NamingConventions.PrefixAllGlobals.InvalidPrefixPassed | The "spn/columns" prefix is not a valid namespace/function/class/variable/constant prefix in PHP. | 1:1 | Plugin Repo |
| 11/13/2025, 7:13:17 PM | 9s | 95 | 3 | 16 |