WC_Tax_Rate_Importer::import_end() public WC 1.0
Performs post-import cleanup of files and the cache.
{} Это метод класса: WC_Tax_Rate_Importer{}
Хуки из метода
Возвращает
Null. Ничего.
Использование
$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 WC 4.9.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' );
}