WC_Widget_Layered_Nav::form()
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 Widget Layered Nav::form WC 9.8.2
public function form( $instance ) { $this->init_settings(); parent::form( $instance ); }