Say What?

An easy-to-use plugin that allows you to change translatable strings from plugins / themes and WordPress core without editing code.

v2.2.6Lee WillisUpdated Added 40k+ installs86% rating
99
Score
3
Errors
2
Warnings
+0
Change

Category Scores

Security100
Repo100
Performance100
Maintainability94

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

5 findings

Maintainability

5

3 issue groups

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

Sample message

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

WARNINGMaintainabilityNon Prefixed Hookname FoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "plugin_locale".1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

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

WARNINGMaintainabilitymissing composer json fileThe "/vendor" directory using composer exists, but "composer.json" file is missing.1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

The "/vendor" directory using composer exists, but "composer.json" file is missing.

Score History

First score snapshot

v2.2.6

99

Latest

Findings
5
Errors
3
Warnings
2
Check
2.0.0

Related Plugins