WC_Tax_Rate_Importer::footer()
Output footer html.
Method of the class: WC_Tax_Rate_Importer{}
No Hooks.
Return
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 9.7.1
public function footer() { echo '</div>'; }