WPML
add_action( 'wcml_after_load_lock_fields_js', 'the_callback_function' );
סוג
action
קטגוריה
שונות
גרסת WooCommerce Multilingual
3.8.1

תיאור

הפעל פעולות לאחר טעינת קוד ה־JavaScript לנעילת שדות בעמוד עורך המוצר המתורגם (העורך המובנה של WooCommerce).

ארגומנטים

לפעולה זו אין פרמטר.

דוגמה לשימוש

דוגמה
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

כל 12 ההוקים בקטגוריה שונות →