This repository was archived by the owner on Feb 29, 2024. It is now read-only.
Open
Conversation
Tagging version 2.4.1 2.4.1
Add Integration for Elementor plugin.
Made an better check to make sure that ACF fields are still translatable on Gutenberg only pages and that Options pages using ACF are translating normally.
…ion for translating meta data
… was not correct in admin
7479e2e to
7e778e8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds support for the
update_{$meta_type}_metadata_by_mid-filter.In WordPress the function
update_metadata_by_midcan be used to update a meta value by using the meta-id. This function doesn't call the filterupdate_{$meta_type}_metadatawhich WP-Multilang uses to update translations. WP 5.0 introduced the filterupdate_{$meta_type}_metadata_by_midwhich can be used by WP-Multilang instead.For example:
update_metadata_by_midis used by WooCommerce when updating custom fields of products. When using the following wpm-config.json the fieldtest_field_for_wpmwould not be translatable without this pull request.: