woocommerce_api_update_customer_data

woocommerce_api_update_customer_data

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_api_update_customer_data') is found 2 times:

  • /includes/legacy/api/v2/class-wc-api-customers.php line 334
    				}
    			}
    		}
    
    		do_action( 'woocommerce_api_update_customer_data', $id, $data, $customer );
    	}
    
    	/**
    	 * Create a customer
    	 *
    	 * @since 2.2
    
  • /includes/legacy/api/v3/class-wc-api-customers.php line 335
    				}
    			}
    		}
    
    		do_action( 'woocommerce_api_update_customer_data', $id, $data, $customer );
    	}
    
    	/**
    	 * Create a customer
    	 *
    	 * @since 2.2