'', 'filter_ids' => '', 'avatar' => true, 'social_accounts' => true, 'bio' => true, 'recent_posts' => false, 'recent_posts_count' => 3, ), $params ); // Before Widget. echo $args['before_widget']; // XSS. // Title. if ( $params['title'] ) { echo $args['before_title'] . wp_kses( $params['title'], 'pk-title' ) . $args['after_title']; // XSS. } // Content. ?>