woocommerce_new_customer, $customer->get_id(

woocommerce_new_customer, $customer->get_id(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_new_customer, $customer->get_id(') is found 1 times:

  • /includes/data-stores/class-wc-customer-data-store.php line 148
    		);
    		$customer->set_date_modified( get_user_meta( $customer->get_id(), 'last_update', true ) );
    		$customer->save_meta_data();
    		$customer->apply_changes();
    		do_action( 'woocommerce_new_customer', $customer->get_id(), $customer );
    	}
    
    	/**
    	 * Method to read a customer object.
    	 *
    	 * @since 3.0.0