WC_Widget_Layered_Nav::form()publicWC 1.0

Outputs the settings update form.

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

Хуков нет.

Возвращает

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

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

$WC_Widget_Layered_Nav = new WC_Widget_Layered_Nav();
$WC_Widget_Layered_Nav->form( $instance );
$instance(массив) (обязательный)
Instance.

Заметки

  • Смотрите: WP_Widget->form

Код WC_Widget_Layered_Nav::form() WC 8.7.0

public function form( $instance ) {
	$this->init_settings();
	parent::form( $instance );
}