Title: Duplicate PP
Author: Binsaifullah
Published: <strong>2 Eylül 2019</strong>
Last modified: 17 Haziran 2026

---

Eklentilerde ara

![](https://ps.w.org/duplicate-pp/assets/banner-772x250.png?rev=3575443)

![](https://ps.w.org/duplicate-pp/assets/icon-256x256.png?rev=3575443)

# Duplicate PP

 [Binsaifullah](https://profiles.wordpress.org/binsaifullah/) tarafından

[İndir](https://downloads.wordpress.org/plugin/duplicate-pp.3.7.0.zip)

 * [Detaylar](https://tr.wordpress.org/plugins/duplicate-pp/#description)
 * [İncelemeler](https://tr.wordpress.org/plugins/duplicate-pp/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/duplicate-pp/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/duplicate-pp/#developers)

 [Destek](https://wordpress.org/support/plugin/duplicate-pp/)

## Açıklama

Duplicate PP is a simple and light-weight plugin which allows you to duplicate any**
Post**,**Page** and Any **Custom Post Type** Easily. The duplicated Post or Page
or CPT acts as draft. You can either duplicate the post, page or any custom post
type using dashboard at the backend or from the single post view at the frontend.

### Features Include:

 * **Duplicate the POST**
 * **Duplicate the PAGE**
 * **Duplicate Any Custom POST TYPE**
 * **Duplicate from Backend**
 * **Duplicate from Frontend (Single Post View)**

## Yükleme

This section describes how to install the plugin and get it working.

e.g.

 1. Go to Plugin Menu from your dashboard.
 2. Click on Add New
 3. Now upload “duplicate-pp.zip” file and click install now.
 4. Finally active it. It is done.

## İncelemeler

![](https://secure.gravatar.com/avatar/e413d95f8348ab0a786fe0397b22fb2c269111c9c027eba150899fe3b8c03e4a?
s=60&d=retro&r=g)

### 󠀁[Cool](https://wordpress.org/support/topic/cool-1295/)󠁿

 [krokodildill](https://profiles.wordpress.org/krokodildill/) 6 Nisan 2024

Cool plugin

![](https://secure.gravatar.com/avatar/f2db8e6922bd562251971316aec03961d982b38a2109c6a59599461c876a842c?
s=60&d=retro&r=g)

### 󠀁[Simple Duplication of posts](https://wordpress.org/support/topic/simple-duplication-of-posts/)󠁿

 [pankaj151290](https://profiles.wordpress.org/pankaj151290/) 18 Aralık 2023

Does not duplicate custom fields from ACF

![](https://secure.gravatar.com/avatar/eba2a02f66cb6cdde1431e8961f24344399d888800e857c42fdd0ccd8ccaf228?
s=60&d=retro&r=g)

### 󠀁[Nice work](https://wordpress.org/support/topic/nice-work-551/)󠁿

 [lectorrr](https://profiles.wordpress.org/lectorrr/) 7 Kasım 2022

Very useful and practice plugin except donate-spoiler. But if you think some, you
should guess: “Programmers have to eat some!? Take some fee for a good work – it’s
a good idea, why they don’t?” I use it pretty long time. Great! Thanks to author!

![](https://secure.gravatar.com/avatar/f4fcf32614b7823b18cdc3af00e5326e8004922c759762b0000ef215543b2af8?
s=60&d=retro&r=g)

### 󠀁[Waste!](https://wordpress.org/support/topic/waste-13/)󠁿

 [hasanjaya](https://profiles.wordpress.org/hasanjaya/) 19 Ağustos 2022

not duplicating custom fields

![](https://secure.gravatar.com/avatar/d18e1280fbabc3f79223b6d746f2bc610fefab360af9ab000c1e1a1842a2da46?
s=60&d=retro&r=g)

### 󠀁[Could be perfect](https://wordpress.org/support/topic/could-be-perfect-4/)󠁿

 [doreenhawdon](https://profiles.wordpress.org/doreenhawdon/) 12 Ağustos 2022

It’s simple and effective but spoilt by the insistence of the donate popup so I’m
afraid I’ve had to find another duplicate plugin

![](https://secure.gravatar.com/avatar/91b186829457af619aefe7228dca31097a7dbf46cd2e99ff2d22b217975157c3?
s=60&d=retro&r=g)

### 󠀁[Simple and effective](https://wordpress.org/support/topic/simple-and-effective-1392/)󠁿

 [abisalgrafico](https://profiles.wordpress.org/abisalgrafico/) 10 Mayıs 2022

Best duplicate plugin, simple and clean, no settings, no drop menus

 [ 18 incelemeyi oku ](https://wordpress.org/support/plugin/duplicate-pp/reviews/)

## Katkıda Bulunanlar ve Geliştiriciler

“Duplicate PP” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda 
bulunmuşlardır.

Katkıda bulunanlar

 *   [ Binsaifullah ](https://profiles.wordpress.org/binsaifullah/)

“Duplicate PP” 1 dile çevrildi. Katkıda bulundukları için [çevirmenlere](https://translate.wordpress.org/projects/wp-plugins/duplicate-pp/contributors)
teşekkürler.

[“Duplicate PP” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/duplicate-pp)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/duplicate-pp/), [SVN deposuna](https://plugins.svn.wordpress.org/duplicate-pp/)
göz atın ya da [RSS](https://plugins.trac.wordpress.org/log/duplicate-pp/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/duplicate-pp/)
abone olun.

## Değişiklik Kaydı

#### 3.7.0

 * Refactored: Full codebase reorganization — every class moved into the `DuplicatePP`
   namespace, every main class is now a singleton, and the root `duplicate-pp.php`
   is a clean bootstrap.
 * Improved: Settings read centralized in `DuplicatePP\Settings\Settings_Service`
   so the `dpp_settings` option has a single source of truth.
 * Improved: Inline CSS and JS extracted from the settings page into `assets/css/
   admin-settings.css` and `assets/js/admin-settings.js`.
 * Improved: Every user-facing string is translatable with the `duplicate-pp` text
   domain; every output is escaped.
 * Improved: Meta handler converted from a static utility to a `DuplicatePP\Meta\
   Meta_Handler` singleton.
 * Added: `uninstall.php` cleans up `dpp_settings` and `dpp_activation_redirect`
   on full uninstall.
 * Developer: New constants `DPP_PLUGIN_FILE`; legacy constants and option keys 
   preserved for backward compatibility.

#### 3.6.1

 * Fixed: HTML entities issue fixed for classic editor

#### 3.6

 * Added: Setting page
 * Fixed: Security issues
 * Improved: Performance and code quality
 * Compatibility Check

#### 3.5.6

 * Fixed: fixed user permission issue

#### 3.5.5

 * Fixed: Security issues for user roles

#### 3.5.4

 * Fixed: Security issues
 * Improved: Performance and code quality
 * Compatibility Check

#### 3.5.3

_Compatibility Check_

#### 3.5.2

_Compatibility Check_

#### 3.5.0

_Compatibility Check_
 _Fixed Post Meta Duplication Issue_

#### 3.4.0

_Compatibility Check_
 _Secure SQL_

#### 3.3.0

_Adding Frontend Duplicating_
 _Updating Support Information_ _Adding Simple Documentation_

#### 3.2.2

_Testing with WordPress latest version_
 _Updating Support Information_

#### 3.2.1

_Testing with WordPress latest version_

#### 3.2.0

_Bug Fixing_

#### 3.1.0

_Bug Fixing_

#### 3.0.0

_Compatibility Check with Gutenberg Editor_
 _Support link is added_

#### 2.0.0

_Add duplicating any custom post type scope_

#### 1.0.0

_Release Date – 1st Sept, 2019_

## Meta

 *  Sürüm **3.7.0**
 *  Son güncelleme **2 hafta önce**
 *  Etkin kurulumlar **10.000+**
 *  WordPress sürümü ** 6.0 veya üstü **
 *  Test edilen sürüm **7.0**
 *  Diller
 * [Dutch](https://nl.wordpress.org/plugins/duplicate-pp/) ve [English (US)](https://wordpress.org/plugins/duplicate-pp/).
 *  [Dilinize çevirin](https://translate.wordpress.org/projects/wp-plugins/duplicate-pp)
 * Etiketler
 * [duplicate custom post type](https://tr.wordpress.org/plugins/tags/duplicate-custom-post-type/)
   [duplicate page](https://tr.wordpress.org/plugins/tags/duplicate-page/)[duplicate post](https://tr.wordpress.org/plugins/tags/duplicate-post/)
   [page](https://tr.wordpress.org/plugins/tags/page/)[post](https://tr.wordpress.org/plugins/tags/post/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/duplicate-pp/advanced/)

## Puanlar

 5 üzerinden 4.4 yıldız.

 *  [  15 5 yıldızlı inceleme     ](https://wordpress.org/support/plugin/duplicate-pp/reviews/?filter=5)
 *  [  0 4 yıldızlı inceleme     ](https://wordpress.org/support/plugin/duplicate-pp/reviews/?filter=4)
 *  [  2 3 yıldızlı inceleme     ](https://wordpress.org/support/plugin/duplicate-pp/reviews/?filter=3)
 *  [  0 2 yıldızlı inceleme     ](https://wordpress.org/support/plugin/duplicate-pp/reviews/?filter=2)
 *  [  2 1 yıldızlı inceleme     ](https://wordpress.org/support/plugin/duplicate-pp/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/duplicate-pp/reviews/#new-post)

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/duplicate-pp/reviews/)

## Katkıda bulunanlar

 *   [ Binsaifullah ](https://profiles.wordpress.org/binsaifullah/)

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/duplicate-pp/)