WC_Tax_Rate_Importer::footer
Output footer 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->footer();
WC_Tax_Rate_Importer::footer() WC Tax Rate Importer::footer code WC 10.6.2
public function footer() {
echo '</div>';
}