{"id":22114792,"url":"https://github.com/novembit/distributor-clone-fix-addon","last_synced_at":"2026-05-17T08:33:17.819Z","repository":{"id":35054478,"uuid":"192932776","full_name":"NovemBit/distributor-clone-fix-addon","owner":"NovemBit","description":"Fix external connection subscriptions for cloned sites","archived":false,"fork":false,"pushed_at":"2023-01-05T17:55:07.000Z","size":1365,"stargazers_count":0,"open_issues_count":14,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-12T08:37:11.040Z","etag":null,"topics":["add-on","distributor","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","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/NovemBit.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}},"created_at":"2019-06-20T14:16:10.000Z","updated_at":"2020-08-13T13:16:53.000Z","dependencies_parsed_at":"2023-01-15T12:51:23.492Z","dependency_job_id":null,"html_url":"https://github.com/NovemBit/distributor-clone-fix-addon","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":"NovemBit/distributor-addon-template","purl":"pkg:github/NovemBit/distributor-clone-fix-addon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NovemBit%2Fdistributor-clone-fix-addon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NovemBit%2Fdistributor-clone-fix-addon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NovemBit%2Fdistributor-clone-fix-addon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NovemBit%2Fdistributor-clone-fix-addon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NovemBit","download_url":"https://codeload.github.com/NovemBit/distributor-clone-fix-addon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NovemBit%2Fdistributor-clone-fix-addon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33131930,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T06:27:06.342Z","status":"ssl_error","status_checked_at":"2026-05-17T06:26:59.432Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["add-on","distributor","wordpress","wordpress-plugin"],"created_at":"2024-12-01T12:11:58.618Z","updated_at":"2026-05-17T08:33:17.801Z","avatar_url":"https://github.com/NovemBit.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# distributor-clone-fix-addon\n\nDistributor Clone Fix add-on is for extending the [Distributor Plugin](https://distributorplugin.com/) functionality to fix subscriptions if destination site was cloned\n\n## Requirements\n\n* PHP 5.6+\n* [WordPress](http://wordpress.org) 4.7+\n* Distributor plug-in\n\n\n## Plugin installation\n\n- You can build plugin yourself (see [development](#development-and-manual-builds)) or [download latest stable build](https://github.com/NovemBit/distributor-clone-fix-addon/releases/download/latest/distributor-clone-fix-addon.zip)\n\n## Usage example\n\nLets assume you've created external connection with distributor plugin from `Source` site to `Destination`. Then you've distributed some posts to `Destination` and in some reason you needed `Destination` to be cloned. So, you cloned it, we'll name it `Clone`. Now you created external connection for `Clone` from `Destination`. Now, the problem is, that all your posts in `Clone` will have `Subscription` created for `Destination`. This add-on will resolve that case. Let's do it step by step  \n- Install `Distributor Clone Fix` add-on on both sides  ( `Source` \u0026 `Clone` ).\n- After You've installed add-on, `Fix Connection` action will appear in `wp-admin` post listing pages bulk actions. \n![screenshot](https://i.snag.gy/lr6Ca9.jpg)\n- Please note that post type must be distributable. see `distributable_post_types` function in `utils.php` [distributor plugin](https://github.com/NovemBit/distributor/blob/2a2acb9f1113e9e6a565ddf4ed2d5d2c025becb1/includes/utils.php#L276) \n- Select Posts that you want to be fixed, then select `Fix Connection` from bulk actions and press `apply`. \n- You will be prompted to select connection, for our example it will be connection created for `Clone`. Select it and press `apply` again. \n- That's all! After action completed add-on will show you notification about success or failure.\n- Please note that this add-on was tested for single-site installation with external connections.\n\n## Development and manual builds\n - We are using [Webpack](https://webpack.js.org/) for assets compiling and minify and [Babel](https://babeljs.io/) for transpiling JavaScript code.\n - So, you need [npm](https://nodejs.org/en/) and [composer](https://getcomposer.org/) installed.\n - After you cloned repository, make sure to run `npm i \u0026\u0026 composer install` in repository root. \n - Then you must build assets. Simply run `npm run build`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovembit%2Fdistributor-clone-fix-addon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnovembit%2Fdistributor-clone-fix-addon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovembit%2Fdistributor-clone-fix-addon/lists"}