Creates functionality to duplicate any and all post types, including taxonomies & custom fields. Perfect for developers and content creators.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
27
7 issue groups
Security
19
4 issue groups
I18n
9
3 issue groups
Performance
1
1 issue group
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$notice['type']'.
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use of a direct database call is discouraged.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->get_id() . '/init_fields'".
Sample message
$_GET['post_status'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wpml_post_language_details".
Sample message
The $domain parameter must be a single text string literal. Found: self::$instance->textdomain
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
Detected usage of a non-sanitized input variable: $_POST['nonce']
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://docs.wpvip.com/databases/optimize-queries/using-post__not_in/ for more information.
Potential connections found in static code analysis.
Outbound calls
13
External assets
0
Incoming endpoints
8
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
admin_post
wp_ajax
2 score snapshots
v3.0.16
61
Latest
v3.0.15
60
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 61 | 56 | 32 | 24 | v3.0.16 | 2.1.0 |
| 60 | 57 | 33 | 24 | v3.0.15 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.