add_action( 'wcml_after_load_lock_fields_js', 'the_callback_function' );
- 类型
- action
- 类别
- 杂项
- WooCommerce Multilingual 版本
- 3.8.1
说明
在已翻译的产品编辑器页面(WooCommerce 原生编辑器)上加载用于锁定字段的 JavaScript 代码后运行操作。
参数
此操作没有参数。使用示例
示例
add_action( 'wcml_after_load_lock_fields_js', 'my_custom_action' );
function my_custom_action() {
// my custom action
}
相关钩子
wcml_new_order_admin_email_language, translate_shipping_methods_in_package, wcml_gui_additional_box_html, wcml_current_gateway_language, wcml_variation_term_taxonomy_ids, wcml_is_attributes_page, wcml_is_variable_product, wcml_gui_additional_box_data, wcml_wc_installed_pages, wcml_not_display_single_fields_to_translate