이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Distributor – Remote Quickedit

설명

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 plugin by 10up.

This Add-on is maintained at and deployed from 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|GitHub) (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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Distributor – Remote Quickedit”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Distributor – Remote Quickedit”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.