'', 'welcome' => '', 'followers' => 'active', ) ); // Draw the follow table for the blog user if it is activated. if ( ! \Activitypub\is_user_disabled( \Activitypub\Collection\Users::BLOG_USER_ID ) ) : $table = new \Activitypub\Table\Followers(); $follower_count = $table->get_user_count(); // translators: The follower count. $followers_template = _n( 'Your blog profile currently has %s follower.', 'Your blog profile currently has %s followers.', $follower_count, 'activitypub' ); ?>

prepare_items(); $table->search_box( 'Search', 'search' ); $table->display(); ?>
prepare_items(); $follow_requests_count = $table->follow_requests_count; // translators: The follower count. $followers_template = _n( 'Your WordPress site currently has %s follow request.', 'Your WordPress site currently has %s follow requests.', $follow_requests_count, 'activitypub' ); ?>

search_box( 'Search', 'search' ); $table->display(); ?>