Create email newsletters with the block editor and distribute them with your favorite ESP mailing lists.
Prioritized issue groups from the latest Plugin Check scan
I18n
42
3 issue groups
Security
34
3 issue groups
Maintainability
24
10 issue groups
Sample message
$_GET['code'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Mismatched text domain. Expected 'newspack-newsletters' but got 'newspack-newsletter'.
Sample message
Missing $domain parameter in function call to __().
Sample message
Detected usage of meta_key, possible slow query.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "edit_term_taxonomy".
Sample message
Unescaped parameter $user_scope_sql used in $wpdb->get_col()\n$user_scope_sql used without escaping.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Unexpected markdown file "AGENTS.md" detected in plugin root. Only specific markdown files are expected in production plugins.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of constant WP_CONTENT_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CS_REST_CALL_TIMEOUT".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Sample message
Incorrect Stable Tag. It's recommended not to use "Stable Tag: trunk". Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
Potential connections found in static code analysis.
Outbound calls
123
External assets
0
Incoming endpoints
4
No external asset domains detected.
wp_ajax
register_rest_route
wp_ajax
6 score snapshots
v3.36.0
61
Latest
v3.35.2
61
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 61 | 100 | 53 | 47 | v3.36.0 | 2.0.0 |
| 61 | 100 | 53 | 47 | v3.35.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.