woocommerce_customer_object_updated_props хук-событие . WC 1.0
Использование
add_action( 'woocommerce_customer_object_updated_props', 'action_function_name_4490', 10, 2 ); function action_function_name_4490( $customer, $updated_props ){ // action... }
- $customer
- -
- $updated_props
- -
Где вызывается хук
woocommerce_customer_object_updated_props
woocommerce/includes/data-stores/class-wc-customer-data-store.php 318
do_action( 'woocommerce_customer_object_updated_props', $customer, $updated_props );