'placester_widget_listing_map', 'description' => 'Does not work on the search page', ); $this->WP_Widget( 'placester_widget_listing_map', 'Placester | Sidebar - Listings map', $options ); } function form($instance) { $defaults = array( 'title' => 'Listings Map' ); $instance = wp_parse_args( (array)$instance, $defaults ); $title = $instance['title']; ?>
Title: ' type='text' value='' />