__( 'A widget with collapsible feature which displays posts by authors. ', 'text_domain' ), ) // Args ); } public function widget( $args, $instance ) { // outputs the content of the widget global $wpdb; $html = ''; echo $html; } public function form( $instance ) { // outputs the options form on admin if ( isset( $instance[ 'title' ] ) ) { $title = $instance[ 'title' ]; } else { $title = __( 'New title', 'text_domain' ); } ?>