custom widget not saved to sidebar
Alright, so I found it after some sleepless hours: The call to $this->get_field_id($key) in the Widget constructor was a mistake. It has to happen during the function form() (probably due to some usage of global variables* ) Most of the pain came from the fact, that it did not save the widget in the sidebar. … Read more