WC_Widget_Layered_Nav::form
Outputs the settings update form.
Method of the class: WC_Widget_Layered_Nav{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Widget_Layered_Nav = new WC_Widget_Layered_Nav(); $WC_Widget_Layered_Nav->form( $instance );
- $instance(array) (required)
- Instance.
Notes
- See: WP_Widget->form
WC_Widget_Layered_Nav::form() WC Widget Layered Nav::form code WC 10.4.3
public function form( $instance ) {
$this->init_settings();
parent::form( $instance );
}