Plugin to let user select individual posts to export via the post listing
Prioritized issue groups from the latest Plugin Check scan
Security
44
4 issue groups
Maintainability
20
8 issue groups
I18n
3
2 issue groups
Repo Compliance
2
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"\t\t<category domain=\"{$term->taxonomy}\" nicename=\"{$term->slug}\">"'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "export_wp_filename".
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
Mismatched text domain. Expected 'select-post-export' but got 'select_post_export'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Sanitization missing for register_setting().
Sample message
Unescaped parameter $and used in $wpdb->get_results()\n$and assigned unsafely at line 180.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $and at "SELECT DISTINCT post_author FROM $wpdb->posts WHERE post_status != 'auto-draft' $and"
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SPE_VERSION".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$option_name".
Sample message
seems_utf8() has been deprecated since WordPress version 6.9.0. Use wp_is_valid_utf8() instead.
Sample message
Tested up to: 6.4 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
Mismatched Requires PHP: 7.3 != 7.2. "Requires PHP" needs to be exactly the same with that in your main plugin file's header.
Sample message
The "Text Domain" header in the plugin file should only contain lowercase letters, numbers, and hyphens. Found "select_post_export".
Sample message
Function "utf8_encode()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 5.5.0.
Potential connections found in static code analysis.
Outbound calls
6
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v1.0
40
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 69 | 51 | 18 | v1.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.