woocommerce_customer_save_address, $user_id, $address_type

woocommerce_customer_save_address, $user_id, $address_type

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_customer_save_address, $user_id, $address_type') is found 1 times:

  • /includes/admin/class-wc-admin-profile.php line 245
    				 * @since 8.5.0
    				 * @param int    $user_id User ID being saved.
    				 * @param string $address_type Type of address; 'billing' or 'shipping'.
    				 */
    				do_action( 'woocommerce_customer_save_address', $user_id, $address_type );
    			}
    		}
    
    		/**
    		 * Get user meta for a given key, with fallbacks to core user info for pre-existing fields.
    		 *