distributor
distributor copied to clipboard
Share content between your websites.
### Is your enhancement related to a problem? Please describe. To allow ease of contribution within the WordPress developer system, it would be good to switch from a custom gulp...
### Is your enhancement related to a problem? Please describe. `RestApi\check_post_types_permissions()` currently lists all post types available in the WordPress REST API. With the introduction of full site editing, this...
The `dt_push_post` action can be fired by NetworkSiteConnection and WordPressExternalConnection but they do not pass along identical or the same number of arguments: - NetworkSiteConnection `do_action( 'dt_push_post', $new_post, $post_id, $args,...
### Description of the Change `dt_push_post` hook isn't passing the same set of arguments in [WordPressExternalConnection.php](https://github.com/10up/distributor/blob/develop/includes/classes/ExternalConnections/WordPressExternalConnection.php#L636) and [NetworkSiteConnection.php](https://github.com/10up/distributor/blob/develop/includes/classes/InternalConnections/NetworkSiteConnection.php#L169) which needs to be fixed as this will cause issues when we...
### Description of the Change This PR loads textdomain properly, allowing distributor to ship translations with future release. Props @sebastienserre for reporting this. ### Verification Process See #660 ### Checklist:...
**Describe the bug** I translated Distributor in french but only strings in the plugin page but the translations are not loaded in the plugin setings it self:   [distributor-fr_FR.zip](https://github.com/10up/distributor/files/5432900/distributor-fr_FR.zip)...
**Is your enhancement related to a problem? Please describe.** Following on from #682, we should look to update how Distributor leverages Application Passwords based on [feedback from](https://github.com/10up/distributor/pull/682#issuecomment-762544563) @timothybjacobs: > Just...
### Is your enhancement related to a problem? Please describe. When you go to the Pull screen for an Internal/Network Connection, we default to showing content from all supported post...
**Is your enhancement related to a problem? Please describe.** Reduce confusion between our internal and external connection labels, making all connections equal. First focus on getting the connection going, all...
**Is your enhancement related to a problem? Please describe.** Include various states for better communicating the current status of distributed content. **Describe the solution you'd like** - [ ] in...