woocommerce_after_edit_address_form_{$load_address}

woocommerce_after_edit_address_form_{$load_address}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_after_edit_address_form_{$load_address}') is found 1 times:

  • /templates/myaccount/form-edit-address.php line 43
    				}
    				?>
    			</div>
    
    			<?php do_action( "woocommerce_after_edit_address_form_{$load_address}" ); ?>
    
    			<p>
    				<button type="submit" class="button<?php echo esc_attr( wc_wp_theme_get_element_class_name( 'button' ) ? ' ' . wc_wp_theme_get_element_class_name( 'button' ) : '' ); ?>" name="save_address" value="<?php esc_attr_e( 'Save address', 'woocommerce' ); ?>"><?php esc_html_e( 'Save address', 'woocommerce' ); ?></button>
    				<?php wp_nonce_field( 'woocommerce-edit_address', 'woocommerce-edit-address-nonce' ); ?>
    				<input type="hidden" name="action" value="edit_address" />
    			</p>