{"id":23180136,"url":"https://github.com/carstingaxion/distributor-remote-quickedit","last_synced_at":"2026-04-24T16:34:25.598Z","repository":{"id":146269889,"uuid":"593233707","full_name":"carstingaxion/distributor-remote-quickedit","owner":"carstingaxion","description":"Re-enable quickedit for distributed posts on the receiving site. This allows to make changes to the original post from the remote site. Add-on for the glorious distributor-plugin by 10up.","archived":false,"fork":false,"pushed_at":"2023-10-20T01:49:10.000Z","size":177,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-10T10:51:46.479Z","etag":null,"topics":["distributor","quickedit","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/distributor-remote-quickedit/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carstingaxion.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-01-25T14:48:48.000Z","updated_at":"2024-04-07T16:39:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"98d378c9-3ef9-45cc-88f7-c0fe38ade4a4","html_url":"https://github.com/carstingaxion/distributor-remote-quickedit","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carstingaxion%2Fdistributor-remote-quickedit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carstingaxion%2Fdistributor-remote-quickedit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carstingaxion%2Fdistributor-remote-quickedit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carstingaxion%2Fdistributor-remote-quickedit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carstingaxion","download_url":"https://codeload.github.com/carstingaxion/distributor-remote-quickedit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247278749,"owners_count":20912780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["distributor","quickedit","wordpress","wordpress-plugin"],"created_at":"2024-12-18T07:27:26.101Z","updated_at":"2026-04-24T16:34:20.576Z","avatar_url":"https://github.com/carstingaxion.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Distributor - Remote Quickedit\n\nStable tag: 0.2.2  \nRequires at least: 5.1.0  \nTested up to: 6.3.2  \nRequires PHP: 7.0  \nLicense: GPL v3 or later  \nTags: distributor, quickedit  \nContributors: carstenbach  \n\n![](.wordpress-org/banner-1544x500.png)\n\nRe-enable quickedit for distributed posts.\n\n## Description\n\nRe-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*.\n\nThis Add-on is maintained at and deployed from [carstingaxion/distributor-remote-quickedit](https://github.com/carstingaxion/distributor-remote-quickedit) on github. \n\n### Features\n\n * 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.\n\n### Compatibility\n\nThis plugin is an add-on for \u0026 requires:\n\n* 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*)\n\n### Usage\n\n***This plugin does nothing by default.***\n\nBeing 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.\n\nIn 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. \n\nWith a post_type of `book`, you could do it like so:\n\n~~~php\nadd_action( 'admin_init', function () {\n\tadd_post_type_support( 'book', 'distributor-remote-quickedit' );\n}, 9 );\n~~~\n\n**It's important to declare your post_type_supports before the plugin is executed on `admin_init` with a default priority of `10`!**\n\n## Frequently Asked Questions\n\n### Does this plugin work with WordPress Multisite?\n\nYes, it is made for multisites with internal distribution setup.\n\n### The Distributor plugin disables the use of quickedit for reasons. Why would I want to change that?\n\nIt totally depends on your use case ;)\n\nIn 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.\n\n\u003c!-- changelog --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarstingaxion%2Fdistributor-remote-quickedit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarstingaxion%2Fdistributor-remote-quickedit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarstingaxion%2Fdistributor-remote-quickedit/lists"}