WC_Tax_Rate_Importer::footer() public WC 1.0
Output footer html.
{} Это метод класса: WC_Tax_Rate_Importer{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$WC_Tax_Rate_Importer = new WC_Tax_Rate_Importer(); $WC_Tax_Rate_Importer->footer();
Код WC_Tax_Rate_Importer::footer() WC Tax Rate Importer::footer WC 4.9.1
public function footer() {
echo '</div>';
}