WC_Tax_Rate_Importer::footer()publicWC 1.0

Output footer html.

Метод класса: WC_Tax_Rate_Importer{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$WC_Tax_Rate_Importer = new WC_Tax_Rate_Importer();
$WC_Tax_Rate_Importer->footer();

Код WC_Tax_Rate_Importer::footer() WC 8.7.0

public function footer() {
	echo '</div>';
}