Export Custom Page plugin allows you to export specific pages by ID in WordPress.
Prioritized issue groups from the latest Plugin Check scan
Security
16
7 issue groups
Maintainability
14
7 issue groups
I18n
10
2 issue groups
Repo Compliance
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$post'.
Sample message
Mismatched text domain. Expected 'export-custom-pages' but got 'wp-export-custom-pages'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "rss2_head".
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
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Complex placeholders used for values in the query string in $wpdb->prepare() will NOT be quoted automagically. Found: %5s.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_Export_custom_pages".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$WP_Export_custom_pages".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['custom_pages_id']
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['custom_pages_id']. Check that the array index exists before using it.
Sample message
$_GET['custom_pages_id'] not unslashed before sanitization. Use wp_unslash() or similar
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.6 < 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
The "Text Domain" header in the plugin file does not match the slug. Found "wp-export-custom-pages", expected "export-custom-pages".
Sample message
Function "utf8_encode()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 4.0.0.
Potential connections found in static code analysis.
Outbound calls
8
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v1.1
53
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 53 | 41 | 22 | 19 | v1.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.