Page and Post Clone plugin creates a clone of a page or post with the same content as the original.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | plugin_header_no_license | Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license. | — | Plugin Repo |
| ERROR | PluginCheck.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:24 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $sql_query | 98:30 | Security |
| ERROR | WordPress.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:69 | Security |
| ERROR | WordPress.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:1 | Plugin Repo |
| ERROR | WordPress.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:1 | Plugin Repo |
| ERROR | outdated_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 |
| ERROR | stable_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 |
| WARNING | readme_parser_warnings_too_many_tags | One or more tags were ignored. Please limit your plugin to 5 tags. | — | Plugin Repo |
| WARNING | mismatched_plugin_name | Plugin name "Page and Post Clone" is different from the name declared in plugin header "CF Page or Post Duplicator". | — | — |
| 11/13/2025, 12:20:30 AM | 9s | 95 | 8 | 10 |