WPML
add_action( 'wcml_gui_additional_box_html', 'the_callback_function', 10, 3 );
类型
action
类别
杂项
WooCommerce Multilingual 版本
3.8.1

说明

参数

有三个参数传递给此操作:
$obj
(object) 翻译任务对象。
$product_id
(integer) 原始产品的 ID。
$data
(array) 翻译任务数据数组。

使用示例

示例
add_action( 'wcml_gui_additional_box_html', 'my_custom_action', 10, 3 );

function my_custom_action( $obj, $product_id, $data ) {

	// my custom action

}

wcml_new_order_admin_email_language, translate_shipping_methods_in_package, wcml_current_gateway_language, wcml_variation_term_taxonomy_ids, wcml_is_attributes_page, wcml_is_variable_product, wcml_gui_additional_box_data, wcml_after_load_lock_fields_js, wcml_wc_installed_pages, wcml_not_display_single_fields_to_translate

所有 12 个 杂项 钩子 →