WC_Tax_Rate_Importer::header
Output header html.
Method of the class: WC_Tax_Rate_Importer{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Tax_Rate_Importer = new WC_Tax_Rate_Importer(); $WC_Tax_Rate_Importer->header();
WC_Tax_Rate_Importer::header() WC Tax Rate Importer::header code WC 10.5.0
public function header() {
echo '<div class="wrap">';
echo '<h1>' . esc_html__( 'Import tax rates', 'woocommerce' ) . '</h1>';
}