Duplicate Post RB makes it easy to duplicate posts, pages and custom post types. Create duplicate posts, clone content, automate duplication
Prioritized issue groups from the latest Plugin Check scan
Maintainability
116
12 issue groups
Security
39
11 issue groups
I18n
2
2 issue groups
Sample message
Function "add_term_meta()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.1.0.
Sample message
File has mixed line endings; this may cause incorrect results
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 $query
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "RB_DUPLICATE_POST_ASSETS_PREFIX".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$content'.
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $query used in $wpdb->get_var()\n$query assigned unsafely at line 53.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "rb_duplicate_post_allowed_meta_keys".
Sample message
Detected usage of a non-sanitized input variable: $_FILES['profile_file']
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$table} at SELECT id FROM {$table}\r\n
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$filePath'.
Sample message
Processing form data without nonce verification.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
$_GET['_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $table used in $wpdb->query()\n$table assigned unsafely at line 49.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "autoloadRBDuplicatePostClasses".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_register_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
Missing $domain parameter in function call to __().
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
Plugin name "Duplicate Post - duplicate pages, copy content, clone posts" is different from the name declared in plugin header "Duplicate Post RB".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Potential connections found in static code analysis.
Outbound calls
171
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v1.6.7
36
Latest
v1.6.2
36
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 157 | 76 | 81 | v1.6.7 | 2.0.0 |
| 36 | 152 | 71 | 81 | v1.6.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.