Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Support for update_metadata_by_mid #172

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open

Conversation

soft79
Copy link

@soft79 soft79 commented Nov 7, 2020

This pull request adds support for the update_{$meta_type}_metadata_by_mid-filter.

In WordPress the function update_metadata_by_mid can be used to update a meta value by using the meta-id. This function doesn't call the filter update_{$meta_type}_metadata which WP-Multilang uses to update translations. WP 5.0 introduced the filter update_{$meta_type}_metadata_by_mid which can be used by WP-Multilang instead.

For example: update_metadata_by_mid is used by WooCommerce when updating custom fields of products. When using the following wpm-config.json the field test_field_for_wpm would not be translatable without this pull request.:

{
  "post_fields": {
    "test_field_for_wpm" : {}
  }
}

This was referenced May 7, 2021
@soft79 soft79 force-pushed the master branch 2 times, most recently from 7479e2e to 7e778e8 Compare October 28, 2022 19:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants