Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcguffin/polylang-fix-relationships
Manage post relationships like attachments or (ACF Relational fields) which are not covered by the WordPress polylang plugin.
https://github.com/mcguffin/polylang-fix-relationships
Last synced: 27 days ago
JSON representation
Manage post relationships like attachments or (ACF Relational fields) which are not covered by the WordPress polylang plugin.
- Host: GitHub
- URL: https://github.com/mcguffin/polylang-fix-relationships
- Owner: mcguffin
- Created: 2015-03-25T12:02:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T16:43:20.000Z (over 6 years ago)
- Last Synced: 2024-08-03T17:10:41.304Z (4 months ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 16
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-acf - Polylang Fix Relationships - Manage post relationships like attachments or (ACF Relational fields) which are not covered by Polylang plugin. (Third-Party Add-Ons)
README
Polylang Fix Relationships
==========================**This Plugin is discontinued.**
You might like to take a look at [Polylang Sync](https://github.com/mcguffin/polylang-sync) here on GitHub, which addresses a similar issue.---
Manage post relationships like attachments, post parents and ACF Relational fields which are not
covered by [Polylang](http://polylang.wordpress.com) plugin.Compatibility
-------------
Tested With WP 4.4.2 - 4.5.2, Polylang 1.8.4 - 1.9, ACF pro 5.xFeatures:
---------
- Adds a clone post feature
- Clones post attachments to corresponding languages
- Changes post thumbnail and ACF Relations (like post object, image, ...) to their corresponding translationsPlugin API
----------There are two filters allowing a developer to disable one of the two two features:
// disables the Fix Relationships row action
add_filter( 'polylang_relationships_enable_fix', '__return_false' );// disables the Create4 Translations row action
add_filter( 'polylang_relationships_enable_clone', '__return_false' );