woocommerce_address_to_edit

woocommerce_address_to_edit

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_address_to_edit') is found 1 times:

  • /includes/shortcodes/class-wc-shortcode-my-account.php line 222
    		wc_get_template(
    			'myaccount/form-edit-address.php',
    			array(
    				'load_address' => $load_address,
    				'address'      => apply_filters( 'woocommerce_address_to_edit', $address, $load_address ),
    			)
    		);
    	}
    
    	/**
    	 * Lost password page handling.
    

See this hook used in plugins: