WPML
add_action( 'wcml_gui_additional_box_html', 'the_callback_function', 10, 3 );
Loại
action
Danh mục
Khác
Phiên bản WooCommerce Multilingual
3.8.1

Miêu tả

  • Thêm các trường bổ sung để dịch trong Trình biên tập dịch thuật WCML.
  • Để thêm dữ liệu bản dịch, xem hook wcml_gui_additional_box_data.

Đối số

Có ba tham số được truyền cho hành động này:
$obj
(object) Đối tượng công việc dịch thuật.
$product_id
(integer) ID của sản phẩm gốc.
$data
(array) Mảng dữ liệu công việc dịch thuật.

Ví dụ sử dụng

Ví dụ
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

Tất cả 12 hook Khác →