WPML
add_action( 'wcml_update_extra_fields', 'the_callback_function', 10, 4 );
סוג
action
קטגוריה
עדכון תוכן
גרסת WooCommerce Multilingual
3.5

תיאור

הפעל את הפונקציות המותאמות אישית שלך מיד לאחר ששדות המוצר המתורגמים עודכנו.

ארגומנטים

ארבעה פרמטרים מועברים לפעולה זו:
$original_product_id
(מספר שלם) המזהה (ID) של המוצר המקורי.
$translated_product_id
(מספר שלם) המזהה (ID) של המוצר המתורגם.
$translation_data
(מערך) הנתונים של המוצר המתורגם.
$target_language
(מחרוזת) קוד השפה של המוצר המתורגם.

דוגמה לשימוש

דוגמה
add_action( 'wcml_update_extra_fields', 'my_custom_action', 10, 4 );

function my_custom_action( $original_product_id, $translated_product_id, $translation_data, $target_language ) {

	// my custom action

}

wcml_after_duplicate_product_post_meta, wcml_js_lock_fields_ids, wcml_js_lock_fields_input_names, wcml_js_lock_fields_classes, wcml_before_sync_product, wcml_before_sync_product_data

כל 7 ההוקים בקטגוריה עדכון תוכן →