'', 'filter_ids' => implode( ',', (array) $attributes['contributors'] ), 'avatar' => $attributes['showAvatar'], 'social_accounts' => $attributes['showSocialAccounts'], 'bio' => $attributes['showBio'], 'recent_posts' => $attributes['showRecentPosts'], 'recent_posts_count' => isset( $attributes['countRecentPosts'] ) ? $attributes['countRecentPosts'] : 0, ); echo '
'; // Title. if ( $params['title'] ) { $params['title'] = '
' . $params['title'] . '
'; } $args = array( 'before_title' => '', 'after_title' => '', 'before_widget' => '', 'after_widget' => '', ); powerkit_contributors_get_html( $params, $args ); echo '
';