add_action( 'wcml_after_load_lock_fields_js', 'the_callback_function' );
- Type
- action
- Category
- Miscellaneous
- WooCommerce Multilingual Version
- 3.8.1
Description
Run actions after loading the JavaScript code for locking fields on the translated product editor page (WooCommerce native editor).
Arguments
This action has no parameter.Example usage
Example
add_action( 'wcml_after_load_lock_fields_js', 'my_custom_action' );
function my_custom_action() {
// my custom action
}
Related hooks
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