Post Status Notifier Lite

Notify on every post change: Flexible rules, custom placeholders and support for all post types and taxonomies.

v1.13.1TimoUpdated Added 700 installs78% rating
24
Score
984
Errors
451
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance98
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,435 findings

Maintainability

806

15 issue groups

I18n

388

5 issue groups

Security

189

5 issue groups

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;523
Category
Maintainability
Occurrences
523
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERRORI18nText Domain MismatchMismatched text domain. Expected 'post-status-notifier-lite' but got "psn".329
Category
I18n
Occurrences
329
Severity
error

Sample message

Mismatched text domain. Expected 'post-status-notifier-lite' but got "psn".

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'ifw_after_plugin_row-' . $pluginSlug".61
Category
Maintainability
Occurrences
61
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'ifw_after_plugin_row-' . $pluginSlug".

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.60
Category
Security
Occurrences
60
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "PsnApplicationController".52
Category
Maintainability
Occurrences
52
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "PsnApplicationController".

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES[$this->_id]46
Category
Security
Occurrences
46
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES[$this->_id]

WARNINGMaintainabilityDynamic hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$identifier".45
Category
Maintainability
Occurrences
45
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$identifier".

WARNINGSecurityRequest data is not unslashed$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar45
Category
Security
Occurrences
45
Severity
warning

Sample message

$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__ifw".40
Category
Maintainability
Occurrences
40
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__ifw".

ERRORI18nMissing Translators CommentA 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.34
Category
I18n
Occurrences
34
Severity
error

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.

Show 15 more
WARNINGSecurityInput is not validated23
Category
Security
Occurrences
23
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_FILES[$this->_id]. Check that the array index exists before using it.

WARNINGMaintainabilityerror log var export19
Category
Maintainability
Occurrences
19
Severity
warning

Sample message

var_export() found. Debug code should not normally be used in production.

WARNINGSecurityMissing nonce verification15
Category
Security
Occurrences
15
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORMaintainabilitydate date14
Category
Maintainability
Occurrences
14
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

ERRORMaintainabilitymysql PDO13
Category
Maintainability
Occurrences
13
Severity
error

Sample message

Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.

ERRORI18nMissing Arg Domain13
Category
I18n
Occurrences
13
Severity
error

Sample message

Missing $domain parameter in function call to __().

WARNINGMaintainabilityDiscouraged PHP function7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

The use of function ini_set() is discouraged

WARNINGMaintainabilityNon-prefixed global variable7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$applicationRoot".

ERRORI18nUnordered Placeholders Text7
Category
I18n
Occurrences
7
Severity
error

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.'.

WARNINGMaintainabilityerror log trigger error6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

trigger_error() found. Debug code should not normally be used in production.

ERRORMaintainabilityunlink unlink6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

unlink() is discouraged. Use wp_delete_file() to delete a file.

ERRORMaintainabilitystrip tags strip tags5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

ERRORI18nNon Singular String Literal Text5
Category
I18n
Occurrences
5
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $text

WARNINGMaintainabilityprevent path disclosure error reporting4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

error_reporting() can lead to full path disclosure.

ERRORMaintainabilityDeprecated parameter: get_terms parameter 24
Category
Maintainability
Occurrences
4
Severity
error

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.

External Connections

Potential connections found in static code analysis.

16 domains

Outbound calls

300

External assets

0

Incoming endpoints

0

Notable Domains

framework.zend.com156 · outbound
zend.com104 · outbound
ifeelweb.de16 · outbound
docs.ifeelweb.de8 · outbound
codecanyon.net2 · outbound
secure.php.net2 · outbound

Platform / Reference Domains

w3.org1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

No public endpoints detected.

Score History

First score snapshot

v1.13.1

24

Latest

Findings
1,435
Errors
984
Warnings
451
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related

Related Plugins

Contact Form Query

1k+ active installs

100
Configure SMTP

6k+ active installs

99
Custom Post Exporter

3k+ active installs

99
Email Address Obfuscation

2k+ active installs

99