Người dùng này không có chủ đề yêu thích.
Bắt đầu bởi: Rut Abrado tRONG: English Support
Christopher Amirian
Bắt đầu bởi: Rut Abrado tRONG: Soporte en español
Rut Abrado
Bắt đầu bởi: Rut Abrado tRONG: English Support Giải pháp nhanh chóng có sẵn
Problem: ACF fields labels are being shown when translating my content, I don't want these labels to be trnaslatable Solution: I was able to fix this by adding the following line of code under your wp-config.php :
define( 'ACFML_EXCLUDE_FIELD_GROUP_STRINGS_IN_POST_JOBS', true );
You could read more about it here : https://wpml.org/documentation/support/wpml-coding-api/wpml-constants/#acfml_exclude_field_group_strings_in_post_jobs
This will exclude your ACF field's labels from the translation editor. Relevant Documentation: https://wpml.org/documentation/support/wpml-coding-api/wpml-constants/#acfml_exclude_field_group_strings_in_post_jobs
Osama Mersal