Title: Distributor &#8211; Remote Quickedit
Author: Carsten Bach
Published: <strong>15 Februari 2023</strong>
Last modified: 20 Oktober 2023

---

Cari plugin

![](https://ps.w.org/distributor-remote-quickedit/assets/banner-772x250.png?rev=
2865529)

Plugin ini **belum teruji dangan 3 rilis besar WordPress**. Kemungkinan tidak lagi
dipelihara atau didukung, dan mungkin menghadapi masalah kompatibilitas bila digunakan
dengan versi WordPress yang lebih baru.

![](https://ps.w.org/distributor-remote-quickedit/assets/icon-256x256.png?rev=2865529)

# Distributor – Remote Quickedit

 Oleh [Carsten Bach](https://profiles.wordpress.org/carstenbach/)

[Unduh](https://downloads.wordpress.org/plugin/distributor-remote-quickedit.0.2.2.zip)

 * [Detail](https://id.wordpress.org/plugins/distributor-remote-quickedit/#description)
 * [Ulasan](https://id.wordpress.org/plugins/distributor-remote-quickedit/#reviews)
 * [Pengembangan](https://id.wordpress.org/plugins/distributor-remote-quickedit/#developers)

 [Bantuan](https://wordpress.org/support/plugin/distributor-remote-quickedit/)

## Deskripsi

Re-enable quickedit for distributed posts on the receiving site within a multisite
network. This allows you to make changes to the original post from the remote site.
This is a small add-on for the glorious [Distributor](https://distributorplugin.com/)
plugin by _10up_.

This Add-on is maintained at and deployed from [carstingaxion/distributor-remote-quickedit](https://github.com/carstingaxion/distributor-remote-quickedit)
on github.

### Features

 * Use native WordPress quickedit on the receiving side of a distributed post to
   make minor changes, which is disabled by the _Distributor_-plugin by default.

### Compatibility

This plugin is an add-on for & requires:

 * Distributor ([Website](https://distributorplugin.com/)|[GitHub](https://github.com/10up/distributor))(
   _only tested up to version 1.9.1, maybe not yet ready for the new 2.0.x_)

### Usage

**_This plugin does nothing by default._**

Being able to modify posts, that were syndicated from a remote source, is a risky
thing. To prevent any unwanted side-effects you have to pro-actively enable this
plugin by code.

In order to re-enable the quick-edit functionality for a particular post_type you
need to call `add_post_type_support()` for a support-feature called _`distributor-
remote-quickedit`_. Do this for every desired post_type before this plugin loads.

With a post_type of `book`, you could do it like so:

    ```
    add_action( 'admin_init', function () {
        add_post_type_support( 'book', 'distributor-remote-quickedit' );
    }, 9 );
    ```

**It’s important to declare your post_type_supports before the plugin is executed
on `admin_init` with a default priority of `10`!**

## Tanya Jawab

### Does this plugin work with WordPress Multisite?

Yes, it is made for multisites with internal distribution setup.

### The Distributor plugin disables the use of quickedit for reasons. Why would I want to change that?

It totally depends on your use case 😉

In our case, on a large multisite network, there was only one out of almost 20 post_types,
that needed this _feature_, for sure – real-world-use-cases may be rare.

## Ulasan

Belum ada ulasan untuk plugin ini.

## Kontributor & Pengembang

“Distributor – Remote Quickedit” adalah perangkat lunak open source. Berikut ini
mereka yang sudah berkontribusi pada plugin ini.

Kontributor

 *   [ Carsten Bach ](https://profiles.wordpress.org/carstenbach/)

[Terjemahkan “Distributor – Remote Quickedit” dalam bahasa Anda.](https://translate.wordpress.org/projects/wp-plugins/distributor-remote-quickedit)

### Tertarik mengembangkan?

[Lihat kode](https://plugins.trac.wordpress.org/browser/distributor-remote-quickedit/),
periksa [repositori SVN ](https://plugins.svn.wordpress.org/distributor-remote-quickedit/),
atau mendaftar ke [log pengembangan](https://plugins.trac.wordpress.org/log/distributor-remote-quickedit/)
melalui [RSS](https://plugins.trac.wordpress.org/log/distributor-remote-quickedit/?limit=100&mode=stop_on_copy&format=rss).

## Plugin Komunitas

Plugin ini dikembangkan dan didukung oleh komunitas.

## Meta

 *  Versi **0.2.2**
 *  Diperbarui **3 tahun yang lalu**
 *  Instalasi Aktif **10+**
 *  Versi WordPress ** 5.1.0 atau yang terbaru **
 *  Diuji hingga **6.3.8**
 *  Versi PHP ** 7.0 atau yang terbaru **
 *  Bahasa
 * [English (US)](https://wordpress.org/plugins/distributor-remote-quickedit/)
 * Tag
 * [distributor](https://id.wordpress.org/plugins/tags/distributor/)[quickedit](https://id.wordpress.org/plugins/tags/quickedit/)
 *  [Tampilan lanjut](https://id.wordpress.org/plugins/distributor-remote-quickedit/advanced/)

## Rating

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/distributor-remote-quickedit/reviews/#new-post)

[Lihat semua ulasan](https://wordpress.org/support/plugin/distributor-remote-quickedit/reviews/)

## Kontributor

 *   [ Carsten Bach ](https://profiles.wordpress.org/carstenbach/)

## Bantuan

Ada yang ingin dikatakan? Butuh bantuan?

 [Lihat forum bantuan](https://wordpress.org/support/plugin/distributor-remote-quickedit/)