'AjaxSearchLiteWidget', 'description' => 'Displays the Ajax Search Lite!' ); $this->WP_Widget('AjaxSearchLiteWidget', 'Ajax Search Lite', $widget_ops); } function form($instance) { global $wpdb; if (isset($wpdb->base_prefix)) { $_prefix = $wpdb->base_prefix; } else { $_prefix = $wpdb->prefix; } $instance = wp_parse_args( (array) $instance, array( 'title' => '' ) ); $title = $instance['title']; ?>