Skip to main content
PluginScorePluginScore
Errors
PluginScore — Plugin Analyzer for WordPress
© 2025 PluginScore.
← Back to Leaderboard
page-or-post-clone icon

Page and Post Clone

Page and Post Clone plugin creates a clone of a page or post with the same content as the original.

Updated 12/5/2024
Scanned 11/13/2025, 12:20:30 AM
cloneduplicationduplicatorpagepost
95
Score
8
Errors
10
Warnings
70K
Installs
Security11
Repo6
General1
Performance0
Accessibility0
Top Issues by Category
Issues organized by category, type, and rule family

Issues Details
18 issues found in latest scan
CodeMessageLocationCategory
ERRORplugin_header_no_license
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
—Plugin Repo
ERRORPluginCheck.Security.DirectDB.UnescapedDBParameter
Unescaped parameter $sql_query used in $wpdb->query($sql_query)\n$sql_query assigned unsafely at line 97:\n $sql_query .= implode(" UNION ALL ", $sql_query_sel)\n$sql_query_sel assigned unsafely at line 95:\n $sql_query_sel[] = "SELECT $new_post_id, '$meta_key', '$meta_value'"\n$new_post_id assigned unsafely at line 75:\n $new_post_id = wp_insert_post($args)\n$meta_key assigned unsafely at line 93:\n $meta_key = $meta_info->meta_key\nNote: addslashes() is not a safe escaping function.\n$meta_value assigned unsafely at line 94:\n $meta_value = addslashes($meta_info->meta_value)\n$args assigned unsafely at line 56:\n $args = array(\r\n 'comment_status' => $post->comment_status,\r\n 'ping_status' => $post->ping_status,\r\n 'post_author' => $new_post_author,\r\n 'post_content' => $post->post_content,\r\n 'post_excerpt' => $post->post_excerpt,\r\n 'post_name' => $post->post_name,\r\n 'post_parent' => $post->post_parent,\r\n 'post_password' => $post->post_password,\r\n 'post_status' => 'draft',\r\n 'post_title' => $post->post_title,\r\n 'post_type' => $post->post_type,\r\n 'to_ping' => $post->to_ping,\r\n 'menu_order' => $post->menu_order\r\n )\n$meta_info->meta_key used without escaping.\n$meta_info->meta_value used without escaping.\n$post->comment_status used without escaping.
98:24Security
ERRORWordPress.DB.PreparedSQL.NotPrepared
Use placeholders and $wpdb->prepare(); found $sql_query
98:30Security
ERRORWordPress.Security.EscapeOutput.OutputNotEscaped
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$post_id'.
107:69Security
ERRORWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "cf_add_donation_banner".
136:1Plugin Repo
ERRORWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "cf_enqueue_admin_scripts".
199:1Plugin Repo
ERRORoutdated_tested_upto_header
Tested up to: 6.7 < 6.8. 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.
—Plugin Repo
ERRORstable_tag_mismatch
Mismatched Stable Tag: 6.7 != 6.3. 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.
—Plugin Repo
WARNINGreadme_parser_warnings_too_many_tags
One or more tags were ignored. Please limit your plugin to 5 tags.
—Plugin Repo
WARNINGmismatched_plugin_name
Plugin name "Page and Post Clone" is different from the name declared in plugin header "CF Page or Post Duplicator".
——
18 total row(s)
Scan History
1 scan recorded
11/13/2025, 12:20:30 AM9s
95
8
10
1 total row(s)