__( 'Displays popular posts, comments, tags in a tabbed pane.', 'awaken' ), ) // Args ); } /** * Back-end widget form. * * @see WP_Widget::form() * * @param array $instance Previously saved values from database. */ public function form( $instance ) { $nop = ! empty( $instance['nop'] ) ? absint( $instance['nop'] ) : 5; $noc = ! empty( $instance['noc'] ) ? absint( $instance['noc'] ) : 5; ?>

$noc, ); $comments_query = new WP_Comment_Query; $comments = $comments_query->query( $args ); if ( $comments ) { foreach ( $comments as $comment ) { ?>
comment_author_email, $avatar_size ); ?>
comment_ID ); ?> - comment_post_ID); ?> ' . $comment->comment_content . '

'; ?>
'all')); if($tags) { foreach ($tags as $tag): ?> name; ?>