woocommerce_after_save_address_validation

woocommerce_after_save_address_validation

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_after_save_address_validation') is found 1 times:

  • /includes/class-wc-form-handler.php line 200
    		 * @param string      $address_type Type of address; 'billing' or 'shipping'.
    		 * @param array       $address The address fields.
    		 * @param WC_Customer $customer The customer object being saved.
    		 */
    		do_action( 'woocommerce_after_save_address_validation', $user_id, $address_type, $address, $customer );
    
    		if ( 0 < wc_notice_count( 'error' ) ) {
    			return;
    		}
    
    		$customer->save();
    

See this hook used in plugins: