WC_Tax_Rate_Importer::import_end()
Performs post-import cleanup of files and the cache.
Description Description
Source Source
File: includes/admin/importers/class-wc-tax-rate-importer.php
public function import_end() { echo '<p>' . esc_html__( 'All done!', 'woocommerce' ) . ' <a href="' . esc_url( admin_url( 'admin.php?page=wc-settings&tab=tax' ) ) . '">' . esc_html__( 'View tax rates', 'woocommerce' ) . '</a></p>'; do_action( 'import_end' ); }