Postie allows you to create posts via email, including many advanced features not found in WordPress's default Post by Email feature.
Prioritized issue groups from the latest Plugin Check scan
Security
330
7 issue groups
Maintainability
264
14 issue groups
I18n
21
3 issue groups
Performance
4
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$data\n"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_postie_revisions".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "DebugDump".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$error_string'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "fConnectivityException".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Detected usage of a non-sanitized input variable: $_ENV['HOST']
Sample message
$_GET['message'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DEFAULT_BR_TEXT".
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
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
The $text parameter must be a single text string literal. Found: "Warning! Postie requires that PHP be verion 5.2 or higher. You have version " . phpversion()
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
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 $checkExistingPostQuery
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Potential connections found in static code analysis.
Outbound calls
94
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
6 score snapshots
v1.9.80
23
Latest
v1.9.79
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 667 | 408 | 259 | v1.9.80 | 2.0.0 |
| 23 | 667 | 408 | 259 | v1.9.79 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.