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