'', 'welcome' => '', 'followers' => 'active', ) ); $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(); ?>