WC_Widget_Layered_Nav::form()
Outputs the settings update form.
Method of the class: WC_Widget_Layered_Nav{}
No Hooks.
Return
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 9.4.2
public function form( $instance ) { $this->init_settings(); parent::form( $instance ); }