"Wip Contact Info Widget")); } public function form( $instance ) { global $positions; $defaults = array( 'title' => 'Contact Info', 'address' => NULL, 'phone' => NULL, 'mobile' => NULL, 'fax' => NULL, 'email' => NULL, 'skype' => NULL, ); $instance = wp_parse_args( (array) $instance, $defaults ); ?>