WPML
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

모든 기타 훅 12개 →