woocommerce_customer_object_updated_props, $customer, $updated_props
woocommerce_customer_object_updated_props, $customer, $updated_props
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_customer_object_updated_props, $customer, $updated_props') is found 1 times:
- /includes/data-stores/class-wc-customer-data-store.php line 340
$updated_props[] = $prop; } } do_action( 'woocommerce_customer_object_updated_props', $customer, $updated_props ); } /** * Check if the usage of the custom orders table is enabled. * * @return bool