# jetpack/16.0/modules/wpcom-reader.php

Jetpack – WP Security, Backup, Speed, &amp; Growth, version 16.0. 19 lines.

- Page: https://pluginprobe.com/plugins/jetpack/16.0/code/modules/wpcom-reader.php
- Raw: https://pluginprobe.com/plugins/jetpack/16.0/raw/modules/wpcom-reader.php
- Modified: 2026-02-17T12:00:24+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/jetpack/16.0/code/modules/wpcom-reader.php#L10-L20`.

```php
<?php
/**
 * Module Name: WordPress.com Reader
 * Module Description: Quickly access the WordPress.com Reader from your site's admin bar.
 * Sort Order: 12
 * First Introduced: 15.5
 * Requires Connection: No
 * Auto Activate: No
 * Module Tags: Social
 * Feature: Engagement
 * Additional Search Queries: read, subscriptions, subscribe, reader, follow
 *
 * @package automattic/jetpack
 */

use Automattic\Jetpack\Newsletter\Reader_Link;

Reader_Link::init();

```
