Using wp_category_checklist in a widget
The problem is that to make the update method of widget class work, the name inputs on the form method should be set via $this->get_get_field_name(‘name_of_the_field’); but wp_category_checklist has no argument to setup the name of the inputs (checkboxes). However, wp_category_checklist uses a walker class to print the checkboxes and allow customizing it. By default the … Read more