WC_Tax_Rate_Importer::header()

Output header html.


Description Description


Source Source

File: includes/admin/importers/class-wc-tax-rate-importer.php

	public function header() {
		echo '<div class="wrap">';
		echo '<h1>' . esc_html__( 'Import tax rates', 'woocommerce' ) . '</h1>';
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.