Title: Distributor &#8211; Remote Quickedit
Author: Carsten Bach
Published: <strong>پروری 15, 2023</strong>
Last modified: اکتوبر 20, 2023

---

Search plugins

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

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# Distributor – Remote Quickedit

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

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

 * [Details](https://bcc.wordpress.org/plugins/distributor-remote-quickedit/#description)
 * [Reviews](https://bcc.wordpress.org/plugins/distributor-remote-quickedit/#reviews)
 * [Development](https://bcc.wordpress.org/plugins/distributor-remote-quickedit/#developers)

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

## Description

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`!**

## FAQ

### 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.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Distributor – Remote Quickedit” is open source software. The following people have
contributed to this plugin.

Contributors

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

[Translate “Distributor – Remote Quickedit” into your language.](https://translate.wordpress.org/projects/wp-plugins/distributor-remote-quickedit)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/distributor-remote-quickedit/),
check out the [SVN repository](https://plugins.svn.wordpress.org/distributor-remote-quickedit/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/distributor-remote-quickedit/)
by [RSS](https://plugins.trac.wordpress.org/log/distributor-remote-quickedit/?limit=100&mode=stop_on_copy&format=rss).

## Community plugin

This plugin is developed and supported by a community.

## Meta

 *  Version **0.2.2**
 *  Last updated **3 years ago**
 *  Active installations **10+**
 *  WordPress version ** 5.1.0 or higher **
 *  Tested up to **6.3.8**
 *  PHP version ** 7.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/distributor-remote-quickedit/)
 * Tags
 * [distributor](https://bcc.wordpress.org/plugins/tags/distributor/)[quickedit](https://bcc.wordpress.org/plugins/tags/quickedit/)
 *  [Advanced View](https://bcc.wordpress.org/plugins/distributor-remote-quickedit/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

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

## Support

Got something to say? Need help?

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