このユーザーにはお気に入りのトピックがありません。
お気に入りのフォーラムトピック
作成したフォーラムトピック
ステータス |
トピック
|
サポーター | 声 | 投稿 | 新着度 |
---|---|---|---|---|---|
WPML Multicurrency is not working with YITH Auction plugin
開始者:pauloM-21
カテゴリ:English Support
Problem: function wpml_compsupp7424_filter_yith_auction_minimum_increment_amount ($null, $object_id, $meta_key, $single) { // Target the specific meta key if ($meta_key !== '_yith_auction_minimum_increment_amount') { return $null; } $current_filter = 'wpml_compsupp7424_filter_yith_auction_minimum_increment_amount'; // Prevent recursion by temporarily removing the filter remove_filter('get_post_metadata', $current_filter, 10); // Fetch the original meta value $value = get_post_meta($object_id, $meta_key, $single); // Re-add the filter add_filter('get_post_metadata', $current_filter, 10, 4); $value = apply_filters('wcml_raw_price_amount', $value); return $value; } If this solution does not resolve your issue or seems irrelevant due to updates or differences in your setup, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket at WPML support forum. |
|
2 | 15 | 1年前 |