ข้ามการนำทาง

Open

Reported for: Advanced Custom Fields Multilingual 2.1.4.2

Topic Tags: Compatibility

Overview of the issue

When using Advanced Custom Fields with WPML, taxonomy fields assigned to custom post types may appear blank in secondary languages. This occurs despite setting the field to “Copy” or “Copy Once”.

Workaround

Please, make sure of having a full site backup of your site before proceeding.

  • Open …/wp-content/plugins/acfml/classes/class-wpml-acf-worker.php file.
  • Look for line 80.
  • Replace:
    		$metaValue          = get_metadata( $metaType, $objectToId, $metaKey, true );
    
  • With:
    		wp_cache_delete( $objectToId, $metaType. '_meta' );
    		$metaValue          = get_metadata( $metaType, $objectToId, $metaKey, true );
    

ทิ้งคำตอบไว้

โปรดอยู่ในหัวข้อและเคารพผู้อื่น หากคุณต้องการความช่วยเหลือเกี่ยวกับปัญหาที่ไม่เกี่ยวข้องกับโพสต์นี้ โปรดใช้ฟอรัมสนับสนุนของเราเพื่อเริ่มการสนทนาหรือส่งตั๋ว.

คุณสามารถใช้แท็กเหล่านี้:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>