'Phoeniixx_ajax_pro_search_Widget', 'description' => __( 'Phoeniixx Ajax Product Search.' ) ) ); //load_plugin_textdomain( 'tutsplustextdomain', false, basename( dirname( __FILE__ ) ) . '/languages' ); } /** * Front-end display of widget. * * @see WP_Widget::widget() * * @param array $args Widget arguments. * @param array $instance Saved values from database. */ public function widget( $args, $instance ) { extract( $args ); $title = (isset($instance['title']))?$instance['title']:''; $title = apply_filters( 'widget_title', $title); //$message = $instance['message']; //print_r($args); echo $before_widget; if ( $title ) { echo $before_title . $title . $after_title; } //echo $message; ?>