Notify on every post change: Flexible rules, custom placeholders and support for all post types and taxonomies.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
806
15 issue groups
I18n
388
5 issue groups
Security
189
5 issue groups
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Mismatched text domain. Expected 'post-status-notifier-lite' but got "psn".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'ifw_after_plugin_row-' . $pluginSlug".
Sample message
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "PsnApplicationController".
Sample message
Detected usage of a non-sanitized input variable: $_FILES[$this->_id]
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$identifier".
Sample message
$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__ifw".
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
Detected usage of a possibly undefined superglobal array index: $_FILES[$this->_id]. Check that the array index exists before using it.
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.
Sample message
Missing $domain parameter in function call to __().
Sample message
The use of function ini_set() is discouraged
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$applicationRoot".
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in 'Activations left: %d out of %d.'.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
The $text parameter must be a single text string literal. Found: $text
Sample message
error_reporting() can lead to full path disclosure.
Sample message
The parameter "'hide_empty=0'" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Potential connections found in static code analysis.
Outbound calls
300
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v1.13.1
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,435 | 984 | 451 | v1.13.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.