WPML
do_action( 'wpml_sync_custom_field', $post_id, $custom_field );
类型
action
类别
杂项
WPML 版本
3.9.1

说明

在给定文章的所有翻译中同步指定自定义字段的值。仅当该自定义字段的翻译选项设置为复制时才会执行此操作。

参数

对于此操作钩子,您只需提供文章 ID 和要同步的自定义字段别名。

使用示例

do_action( 'wpml_sync_custom_field', 1234, $event-date );

icl_ls_languages, wpml_sync_custom_field_copied_value, wpml_ls_enable_ajax_navigation, wpml_element_type, wpml_setting, wpml_sub_setting, wpml_exclude_post_from_auto_translate, wpml_forms_config_ninja-forms, wpml_forms_config_wpforms, wpml_tf_feedback_open_link

所有 30 个 杂项 钩子 →