woocommerce_address_to_edit filter-hook . WC 1.0
Usage
add_filter( 'woocommerce_address_to_edit', 'filter_function_name_133', 10, 2 ); function filter_function_name_133( $address, $load_address ){ // filter... return $address; }
- $address
- -
- $load_address
- -
Where the hook is called
woocommerce_address_to_edit
woocommerce/includes/shortcodes/class-wc-shortcode-my-account.php 220
'address' => apply_filters( 'woocommerce_address_to_edit', $address, $load_address ),