WC_Tax_Rate_Importer::import_end()
Performs post-import cleanup of files and the cache.
Method of the class: WC_Tax_Rate_Importer{}
Hooks from the method
Return
null
. Nothing (null).
Usage
$WC_Tax_Rate_Importer = new WC_Tax_Rate_Importer(); $WC_Tax_Rate_Importer->import_end();
WC_Tax_Rate_Importer::import_end() WC Tax Rate Importer::import end code WC 9.7.1
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' ); }