PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
16.3-a.3 16.3-a.1 16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 All 504 releases
← All changes | modules/module-headings.php +282 -205 13.5.216.3-a.1 View file →
@@ -9,236 +9,251 @@
9 9 * For a given module, return an array with translated name and description.
10 10 *
11 11 * @param string $key Module file name without `.php`.
12 12 *
13 - * @return array
13 + * @return array|null
14 14 */
15 15 function jetpack_get_module_i18n( $key ) {
16 16 static $modules;
17 17 if ( ! isset( $modules ) ) {
18 18 $modules = array(
19 + 'account-protection' => array(
20 + 'name' => _x( 'Account Protection', 'Module Name', 'jetpack' ),
21 + 'description' => _x( 'Shield your login page with rate‑limiting and secure authentication safeguards.', 'Module Description', 'jetpack' ),
22 + ),
23 +
24 + 'ai' => array(
25 + 'name' => _x( 'AI', 'Module Name', 'jetpack' ),
26 + 'description' => _x( 'Turn your ideas into ready-to-publish content and generate images with the power of AI.', 'Module Description', 'jetpack' ),
27 + ),
28 +
19 29 'blaze' => array(
20 30 'name' => _x( 'Blaze', 'Module Name', 'jetpack' ),
21 - 'description' => _x( 'Grow your audience by promoting your content across Tumblr and WordPress.com.', 'Module Description', 'jetpack' ),
31 + 'description' => _x( 'Promote your posts and pages across millions of sites in the WordPress.com and Tumblr ad network.', 'Module Description', 'jetpack' ),
22 32 ),
23 33
34 + 'blocks' => array(
35 + 'name' => _x( 'Blocks', 'Module Name', 'jetpack' ),
36 + 'description' => _x( 'Expand your editor with custom Jetpack blocks for rich content and layout options.', 'Module Description', 'jetpack' ),
37 + ),
38 +
39 + 'canonical-urls' => array(
40 + 'name' => _x( 'Canonical URLs', 'Module Name', 'jetpack' ),
41 + 'description' => _x( 'Add canonical URL tags to archive pages to prevent duplicate content in search engines.', 'Module Description', 'jetpack' ),
42 + ),
43 +
24 44 'carousel' => array(
25 45 'name' => _x( 'Carousel', 'Module Name', 'jetpack' ),
26 - 'description' => _x( 'Display images and galleries in a gorgeous, full-screen browsing experience', 'Module Description', 'jetpack' ),
46 + 'description' => _x( 'Turn your image galleries into immersive, full‑screen slideshows.', 'Module Description', 'jetpack' ),
27 47 ),
28 48
29 49 'comment-likes' => array(
30 50 'name' => _x( 'Comment Likes', 'Module Name', 'jetpack' ),
31 - 'description' => _x( 'Increase visitor engagement by adding a Like button to comments.', 'Module Description', 'jetpack' ),
51 + 'description' => _x( 'Enable visitors to like individual comments and boost engagement.', 'Module Description', 'jetpack' ),
32 52 ),
33 53
34 54 'comments' => array(
35 55 'name' => _x( 'Comments', 'Module Name', 'jetpack' ),
36 - 'description' => _x( 'Let visitors use a WordPress.com or Facebook account to comment', 'Module Description', 'jetpack' ),
56 + 'description' => _x( 'Replace the default comment form with a modern, feature‑rich alternative.', 'Module Description', 'jetpack' ),
37 57 ),
38 58
39 59 'contact-form' => array(
40 - 'name' => _x( 'Contact Form', 'Module Name', 'jetpack' ),
41 - 'description' => _x( 'Add a customizable contact form to any post or page using the Jetpack Form Block.', 'Module Description', 'jetpack' ),
60 + 'name' => _x( 'Forms', 'Module Name', 'jetpack' ),
61 + 'description' => _x( 'Add contact, registration, and feedback forms directly from the block editor.', 'Module Description', 'jetpack' ),
42 62 ),
43 63
44 64 'copy-post' => array(
45 65 'name' => _x( 'Copy Post', 'Module Name', 'jetpack' ),
46 - 'description' => _x( 'Enable the option to copy entire posts and pages, including tags and settings', 'Module Description', 'jetpack' ),
66 + 'description' => _x( 'Duplicate any post or page in one click to speed up content creation.', 'Module Description', 'jetpack' ),
47 67 ),
48 68
49 69 'custom-content-types' => array(
50 - 'name' => _x( 'Custom content types', 'Module Name', 'jetpack' ),
70 + 'name' => _x( 'Custom Content Types', 'Module Name', 'jetpack' ),
51 71 'description' => _x( 'Display different types of content on your site with custom content types.', 'Module Description', 'jetpack' ),
52 72 ),
53 73
54 - 'custom-css' => array(
55 - 'name' => _x( 'Custom CSS', 'Module Name', 'jetpack' ),
56 - 'description' => _x( 'Adds options for CSS preprocessor use, disabling the theme\'s CSS, or custom image width.', 'Module Description', 'jetpack' ),
57 - ),
58 -
59 - 'google-analytics' => array(
60 - 'name' => _x( 'Google Analytics', 'Module Name', 'jetpack' ),
61 - 'description' => _x( 'Set up Google Analytics without touching a line of code.', 'Module Description', 'jetpack' ),
62 - ),
63 -
64 74 'google-fonts' => array(
65 75 'name' => _x( 'Google Fonts (Beta)', 'Module Name', 'jetpack' ),
66 - 'description' => _x( 'A selection of Google fonts for block enabled themes. This feature is still being developed.', 'Module Description', 'jetpack' ),
76 + 'description' => _x( 'This feature is now supported natively in WordPress when using any block theme. To use Google Fonts, refer to the WordPress.org Font Library documentation.', 'Module Description', 'jetpack' ),
67 77 ),
68 78
69 79 'gravatar-hovercards' => array(
70 80 'name' => _x( 'Gravatar Hovercards', 'Module Name', 'jetpack' ),
71 - 'description' => _x( 'Enable pop-up business cards over commenters’ Gravatars.', 'Module Description', 'jetpack' ),
81 + 'description' => _x( 'Show a user’s Gravatar profile when visitors hover over their name or image.', 'Module Description', 'jetpack' ),
72 82 ),
73 83
74 84 'infinite-scroll' => array(
75 85 'name' => _x( 'Infinite Scroll', 'Module Name', 'jetpack' ),
76 - 'description' => _x( 'Automatically load new content when a visitor scrolls', 'Module Description', 'jetpack' ),
86 + 'description' => _x( 'Automatically load new posts as visitors scroll down your site.', 'Module Description', 'jetpack' ),
77 87 ),
78 88
79 89 'json-api' => array(
80 90 'name' => _x( 'JSON API', 'Module Name', 'jetpack' ),
81 - 'description' => _x( 'Allow applications to securely access your content.', 'Module Description', 'jetpack' ),
91 + 'description' => _x( 'Access your site’s data remotely through the WordPress.com REST API.', 'Module Description', 'jetpack' ),
82 92 ),
83 93
84 94 'latex' => array(
85 95 'name' => _x( 'Beautiful Math', 'Module Name', 'jetpack' ),
86 - 'description' => _x( 'Use the LaTeX markup language to write mathematical equations and formulas', 'Module Description', 'jetpack' ),
96 + 'description' => _x( 'Add beautifully formatted math equations to your posts and pages using LaTeX.', 'Module Description', 'jetpack' ),
87 97 ),
88 98
89 99 'likes' => array(
90 100 'name' => _x( 'Likes', 'Module Name', 'jetpack' ),
91 - 'description' => _x( 'Give visitors an easy way to show they appreciate your content.', 'Module Description', 'jetpack' ),
101 + 'description' => _x( 'Let readers like your posts to show appreciation and encourage interaction.', 'Module Description', 'jetpack' ),
92 102 ),
93 103
94 104 'markdown' => array(
95 105 'name' => _x( 'Markdown', 'Module Name', 'jetpack' ),
96 - 'description' => _x( 'Write posts or pages in plain-text Markdown syntax', 'Module Description', 'jetpack' ),
106 + 'description' => _x( 'Write and format posts using clean, readable Markdown syntax.', 'Module Description', 'jetpack' ),
97 107 ),
98 108
99 - 'masterbar' => array(
100 - 'name' => _x( 'WordPress.com Toolbar and Dashboard customizations', 'Module Name', 'jetpack' ),
101 - 'description' => _x( 'Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com. Also adds additional customizations to the WPAdmin dashboard experience for better compatibility with WP.com.', 'Module Description', 'jetpack' ),
102 - ),
103 -
104 109 'monitor' => array(
105 - 'name' => _x( 'Monitor', 'Module Name', 'jetpack' ),
106 - 'description' => _x( 'Jetpack’s downtime monitoring will continuously watch your site and alert you the moment that downtime is detected.', 'Module Description', 'jetpack' ),
110 + 'name' => _x( 'Downtime Monitor', 'Module Name', 'jetpack' ),
111 + 'description' => _x( 'Get instant alerts if your site goes down and know when it’s back online.', 'Module Description', 'jetpack' ),
107 112 ),
108 113
109 114 'notes' => array(
110 115 'name' => _x( 'Notifications', 'Module Name', 'jetpack' ),
111 - 'description' => _x( 'Receive instant notifications of site comments and likes.', 'Module Description', 'jetpack' ),
116 + 'description' => _x( 'Receive real‑time notifications about site activity across your devices.', 'Module Description', 'jetpack' ),
112 117 ),
113 118
114 119 'photon-cdn' => array(
115 120 'name' => _x( 'Asset CDN', 'Module Name', 'jetpack' ),
116 - 'description' => _x( 'Jetpack’s Site Accelerator loads your site faster by optimizing your images and serving your images and static files from our global network of servers.', 'Module Description', 'jetpack' ),
121 + 'description' => _x( 'Serve static files like CSS and JS from Jetpack’s global CDN for faster load times.', 'Module Description', 'jetpack' ),
117 122 ),
118 123
119 124 'photon' => array(
120 125 'name' => _x( 'Image CDN', 'Module Name', 'jetpack' ),
121 - 'description' => _x( 'Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.', 'Module Description', 'jetpack' ),
126 + 'description' => _x( 'Deliver images quickly with automatic resizing from Jetpack’s global image CDN.', 'Module Description', 'jetpack' ),
122 127 ),
123 128
129 + 'podcast' => array(
130 + 'name' => _x( 'Podcast', 'Module Name', 'jetpack' ),
131 + 'description' => _x( 'Publish, manage, and grow your podcast right from your site.', 'Module Description', 'jetpack' ),
132 + ),
133 +
124 134 'post-by-email' => array(
125 - 'name' => _x( 'Post by email', 'Module Name', 'jetpack' ),
126 - 'description' => _x( 'Publish posts by sending an email', 'Module Description', 'jetpack' ),
135 + 'name' => _x( 'Post by Email', 'Module Name', 'jetpack' ),
136 + 'description' => _x( 'Publish blog posts simply by sending an email to a custom address.', 'Module Description', 'jetpack' ),
127 137 ),
128 138
129 139 'post-list' => array(
130 140 'name' => _x( 'Post List', 'Module Name', 'jetpack' ),
131 - 'description' => _x( 'Display extra information alongside each post in your dashboard’s Posts screen.', 'Module Description', 'jetpack' ),
141 + 'description' => _x( 'Display a customizable list of your latest posts anywhere on your site.', 'Module Description', 'jetpack' ),
132 142 ),
133 143
134 144 'protect' => array(
135 - 'name' => _x( 'Brute force protection', 'Module Name', 'jetpack' ),
136 - 'description' => _x( 'Enabling brute force protection will prevent bots and hackers from attempting to log in to your website with common username and password combinations.', 'Module Description', 'jetpack' ),
145 + 'name' => _x( 'Brute Force Protection', 'Module Name', 'jetpack' ),
146 + 'description' => _x( 'Block malicious login attempts automatically and keep hackers out.', 'Module Description', 'jetpack' ),
137 147 ),
138 148
139 149 'publicize' => array(
140 150 'name' => _x( 'Jetpack Social', 'Module Name', 'jetpack' ),
141 - 'description' => _x( 'Jetpack Social makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.', 'Module Description', 'jetpack' ),
151 + 'description' => _x( 'Auto‑share your posts to social networks and track engagement in one place.', 'Module Description', 'jetpack' ),
142 152 ),
143 153
144 154 'related-posts' => array(
145 - 'name' => _x( 'Related posts', 'Module Name', 'jetpack' ),
146 - 'description' => _x( 'Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.', 'Module Description', 'jetpack' ),
155 + 'name' => _x( 'Related Posts', 'Module Name', 'jetpack' ),
156 + 'description' => _x( 'Automatically display related articles to keep visitors reading longer.', 'Module Description', 'jetpack' ),
147 157 ),
148 158
149 159 'search' => array(
150 160 'name' => _x( 'Search', 'Module Name', 'jetpack' ),
151 - 'description' => _x( 'Help visitors quickly find answers with highly relevant instant search results and powerful filtering.', 'Module Description', 'jetpack' ),
161 + 'description' => _x( 'Instantly deliver the most relevant results to your visitors.', 'Module Description', 'jetpack' ),
152 162 ),
153 163
154 164 'seo-tools' => array(
155 165 'name' => _x( 'SEO Tools', 'Module Name', 'jetpack' ),
156 - 'description' => _x( 'Better results on search engines and social media.', 'Module Description', 'jetpack' ),
166 + 'description' => _x( 'Optimize titles, meta descriptions, and social previews for better search results.', 'Module Description', 'jetpack' ),
157 167 ),
158 168
159 169 'sharedaddy' => array(
160 170 'name' => _x( 'Sharing', 'Module Name', 'jetpack' ),
161 - 'description' => _x( 'Add sharing buttons at the bottom of each post, making it easy for visitors to share your content.', 'Module Description', 'jetpack' ),
171 + 'description' => _x( 'Add customizable share buttons so visitors can spread your content.', 'Module Description', 'jetpack' ),
162 172 ),
163 173
164 174 'shortcodes' => array(
165 175 'name' => _x( 'Shortcode Embeds', 'Module Name', 'jetpack' ),
166 - 'description' => _x( 'Shortcodes are WordPress-specific markup that let you add media from popular sites. This feature is no longer necessary as the editor now handles media embeds rather gracefully.', 'Module Description', 'jetpack' ),
176 + 'description' => _x( 'Easily embed rich media like YouTube videos and tweets using simple shortcodes.', 'Module Description', 'jetpack' ),
167 177 ),
168 178
169 179 'shortlinks' => array(
170 180 'name' => _x( 'WP.me Shortlinks', 'Module Name', 'jetpack' ),
171 - 'description' => _x( 'Generates shorter links using the wp.me domain.', 'Module Description', 'jetpack' ),
181 + 'description' => _x( 'Share short, easy-to-remember links to your posts and pages.', 'Module Description', 'jetpack' ),
172 182 ),
173 183
174 184 'sitemaps' => array(
175 185 'name' => _x( 'Sitemaps', 'Module Name', 'jetpack' ),
176 - 'description' => _x( 'Make it easy for search engines to find your site.', 'Module Description', 'jetpack' ),
186 + 'description' => _x( 'Generate XML sitemaps so search engines can index your site efficiently.', 'Module Description', 'jetpack' ),
177 187 ),
178 188
179 189 'sso' => array(
180 190 'name' => _x( 'Secure Sign On', 'Module Name', 'jetpack' ),
181 - 'description' => _x( 'Allow users to log in to this site using WordPress.com accounts', 'Module Description', 'jetpack' ),
191 + 'description' => _x( 'Let users log in with their WordPress.com account for quick, secure access.', 'Module Description', 'jetpack' ),
182 192 ),
183 193
184 194 'stats' => array(
185 195 'name' => _x( 'Jetpack Stats', 'Module Name', 'jetpack' ),
186 - 'description' => _x( 'Collect valuable traffic stats and insights.', 'Module Description', 'jetpack' ),
196 + 'description' => _x( 'Clear, concise traffic insights right in your WordPress dashboard.', 'Module Description', 'jetpack' ),
187 197 ),
188 198
189 199 'subscriptions' => array(
190 200 'name' => _x( 'Newsletter', 'Module Name', 'jetpack' ),
191 - 'description' => _x( 'Let visitors subscribe to new posts and comments via email', 'Module Description', 'jetpack' ),
201 + 'description' => _x( 'Grow your subscriber list and deliver your content directly to their email inbox.', 'Module Description', 'jetpack' ),
192 202 ),
193 203
194 204 'tiled-gallery' => array(
195 205 'name' => _x( 'Tiled Galleries', 'Module Name', 'jetpack' ),
196 - 'description' => _x( 'Display image galleries in a variety of elegant arrangements.', 'Module Description', 'jetpack' ),
206 + 'description' => _x( 'Create visually engaging tiled image galleries with multiple layout options.', 'Module Description', 'jetpack' ),
197 207 ),
198 208
199 209 'vaultpress' => array(
200 - 'name' => _x( 'Backups and Scanning', 'Module Name', 'jetpack' ),
201 - 'description' => _x( 'Protect your site with daily or real-time backups and automated virus scanning and threat detection.', 'Module Description', 'jetpack' ),
210 + 'name' => _x( 'VaultPress Backup', 'Module Name', 'jetpack' ),
211 + 'description' => _x( 'Real-time backups save every change, and one-click restores get you back online quickly.', 'Module Description', 'jetpack' ),
202 212 ),
203 213
204 214 'verification-tools' => array(
205 - 'name' => _x( 'Site verification', 'Module Name', 'jetpack' ),
206 - 'description' => _x( 'Establish your site\'s authenticity with external services.', 'Module Description', 'jetpack' ),
215 + 'name' => _x( 'Site Verification', 'Module Name', 'jetpack' ),
216 + 'description' => _x( 'Verify your site with search engines and social platforms in a couple of clicks.', 'Module Description', 'jetpack' ),
207 217 ),
208 218
209 219 'videopress' => array(
210 220 'name' => _x( 'VideoPress', 'Module Name', 'jetpack' ),
211 - 'description' => _x( 'Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network.', 'Module Description', 'jetpack' ),
221 + 'description' => _x( 'Powerful and flexible video hosting.', 'Module Description', 'jetpack' ),
212 222 ),
213 223
214 224 'waf' => array(
215 225 'name' => _x( 'Firewall', 'Module Name', 'jetpack' ),
216 - 'description' => _x( 'Protect your site with Jetpack\'s Web Application Firewall', 'Module Description', 'jetpack' ),
226 + 'description' => _x( 'Filter malicious traffic in real time with Jetpack’s site firewall.', 'Module Description', 'jetpack' ),
217 227 ),
218 228
219 229 'widget-visibility' => array(
220 230 'name' => _x( 'Widget Visibility', 'Module Name', 'jetpack' ),
221 - 'description' => _x( 'Control where widgets appear on your site.', 'Module Description', 'jetpack' ),
231 + 'description' => _x( 'Choose which widgets appear on specific pages or posts with advanced controls.', 'Module Description', 'jetpack' ),
222 232 ),
223 233
224 234 'widgets' => array(
225 235 'name' => _x( 'Extra Sidebar Widgets', 'Module Name', 'jetpack' ),
226 - 'description' => _x( 'Provides additional widgets for use on your site.', 'Module Description', 'jetpack' ),
236 + 'description' => _x( 'Add more widget options to your site, like social feeds, subscriptions, and more.', 'Module Description', 'jetpack' ),
227 237 ),
228 238
229 239 'woocommerce-analytics' => array(
230 240 'name' => _x( 'WooCommerce Analytics', 'Module Name', 'jetpack' ),
231 - 'description' => _x( 'Enhanced analytics for WooCommerce and Jetpack users.', 'Module Description', 'jetpack' ),
241 + 'description' => _x( 'Get actionable insights on your store’s orders, revenue, and customers.', 'Module Description', 'jetpack' ),
232 242 ),
233 243
234 244 'wordads' => array(
235 245 'name' => _x( 'Ads', 'Module Name', 'jetpack' ),
236 - 'description' => _x( 'Earn income by allowing Jetpack to display high quality ads.', 'Module Description', 'jetpack' ),
246 + 'description' => _x( 'Earn revenue by displaying high‑quality ads on your site.', 'Module Description', 'jetpack' ),
237 247 ),
248 +
249 + 'wpcom-reader' => array(
250 + 'name' => _x( 'WordPress.com Reader', 'Module Name', 'jetpack' ),
251 + 'description' => _x( 'Quickly access the WordPress.com Reader from your site\'s admin bar.', 'Module Description', 'jetpack' ),
252 + ),
238 253 );
239 254 }
240 - return isset( $modules[ $key ] ) ? $modules[ $key ] : null;
255 + return $modules[ $key ] ?? null;
241 256 }
242 257
243 258 /**
244 259 * For a given module tag, return its translated version.
@@ -256,10 +271,27 @@
256 271 // - modules/notes.php
257 272 // - modules/woocommerce-analytics.php
258 273 'Other' => _x( 'Other', 'Module Tag', 'jetpack' ),
259 274
275 + // Modules with `Account Protection` tag:
276 + // - modules/account-protection.php
277 + 'Account Protection' => _x( 'Account Protection', 'Module Tag', 'jetpack' ),
278 +
279 + // Modules with `Writing` tag:
280 + // - modules/ai.php
281 + // - modules/copy-post.php
282 + // - modules/custom-content-types.php
283 + // - modules/json-api.php
284 + // - modules/latex.php
285 + // - modules/markdown.php
286 + // - modules/podcast.php
287 + // - modules/post-by-email.php
288 + // - modules/shortcodes.php
289 + 'Writing' => _x( 'Writing', 'Module Tag', 'jetpack' ),
290 +
260 291 // Modules with `Traffic` tag:
261 292 // - modules/blaze.php
293 + // - modules/canonical-urls.php
262 294 // - modules/sitemaps.php
263 295 // - modules/wordads.php
264 296 'Traffic' => _x( 'Traffic', 'Module Tag', 'jetpack' ),
265 297
@@ -275,10 +307,15 @@
275 307 // - modules/shortcodes.php
276 308 // - modules/shortlinks.php
277 309 // - modules/subscriptions.php
278 310 // - modules/widgets.php
311 + // - modules/wpcom-reader.php
279 312 'Social' => _x( 'Social', 'Module Tag', 'jetpack' ),
280 313
314 + // Modules with `blocks` tag:
315 + // - modules/blocks.php
316 + 'blocks' => _x( 'blocks', 'Module Tag', 'jetpack' ),
317 +
281 318 // Modules with `Photos and Videos` tag:
282 319 // - modules/carousel.php
283 320 // - modules/photon-cdn.php
284 321 // - modules/photon.php
@@ -286,31 +323,8 @@
286 323 // - modules/tiled-gallery.php
287 324 // - modules/videopress.php
288 325 'Photos and Videos' => _x( 'Photos and Videos', 'Module Tag', 'jetpack' ),
289 326
290 - // Modules with `Writing` tag:
291 - // - modules/copy-post.php
292 - // - modules/custom-content-types.php
293 - // - modules/json-api.php
294 - // - modules/latex.php
295 - // - modules/markdown.php
296 - // - modules/post-by-email.php
297 - // - modules/shortcodes.php
298 - 'Writing' => _x( 'Writing', 'Module Tag', 'jetpack' ),
299 -
300 - // Modules with `Appearance` tag:
301 - // - modules/custom-css.php
302 - // - modules/gravatar-hovercards.php
303 - // - modules/infinite-scroll.php
304 - // - modules/photon-cdn.php
305 - // - modules/photon.php
306 - // - modules/seo-tools.php
307 - // - modules/shortcodes.php
308 - // - modules/widget-visibility.php
309 - // - modules/widgets.php
310 - // - modules/wordads.php
311 - 'Appearance' => _x( 'Appearance', 'Module Tag', 'jetpack' ),
312 -
313 327 // Modules with `Fonts` tag:
314 328 // - modules/google-fonts.php
315 329 'Fonts' => _x( 'Fonts', 'Module Tag', 'jetpack' ),
316 330
@@ -327,17 +341,25 @@
327 341 // - modules/stats.php
328 342 // - modules/woocommerce-analytics.php
329 343 'Recommended' => _x( 'Recommended', 'Module Tag', 'jetpack' ),
330 344
345 + // Modules with `Appearance` tag:
346 + // - modules/gravatar-hovercards.php
347 + // - modules/infinite-scroll.php
348 + // - modules/photon-cdn.php
349 + // - modules/photon.php
350 + // - modules/seo-tools.php
351 + // - modules/shortcodes.php
352 + // - modules/widget-visibility.php
353 + // - modules/widgets.php
354 + // - modules/wordads.php
355 + 'Appearance' => _x( 'Appearance', 'Module Tag', 'jetpack' ),
356 +
331 357 // Modules with `Developers` tag:
332 358 // - modules/json-api.php
333 359 // - modules/sso.php
334 360 'Developers' => _x( 'Developers', 'Module Tag', 'jetpack' ),
335 361
336 - // Modules with `General` tag:
337 - // - modules/masterbar.php
338 - 'General' => _x( 'General', 'Module Tag', 'jetpack' ),
339 -
340 362 // Modules with `Admin` tag:
341 363 // - modules/post-list.php
342 364 'Admin' => _x( 'Admin', 'Module Tag', 'jetpack' ),
343 365
@@ -365,16 +387,52 @@
365 387 * For a given module, return an array with the module info.
366 388 *
367 389 * @param string $key Module file name without `.php`.
368 390 *
369 - * return array|string An array containing the module info or an empty string if the given module isn't known.
391 + * return array|string|null An array containing the module info or an empty string if the given module isn't known.
370 392 */
371 393 function jetpack_get_module_info( $key ) {
372 394 static $module_info = array (
395 + 'account-protection' =>
396 + array (
397 + 'name' => 'Account Protection',
398 + 'description' => 'Shield your login page with rate‑limiting and secure authentication safeguards.',
399 + 'sort' => '4',
400 + 'recommendation_order' => '',
401 + 'introduced' => '14.5',
402 + 'changed' => '',
403 + 'deactivate' => '',
404 + 'free' => '',
405 + 'requires_connection' => 'Yes',
406 + 'requires_user_connection' => 'No',
407 + 'auto_activate' => 'Yes',
408 + 'module_tags' => 'Account Protection',
409 + 'feature' => 'Security',
410 + 'additional_search_queries' => '',
411 + 'plan_classes' => '',
412 + ),
413 + 'ai' =>
414 + array (
415 + 'name' => 'AI',
416 + 'description' => 'Turn your ideas into ready-to-publish content and generate images with the power of AI.',
417 + 'sort' => '40',
418 + 'recommendation_order' => '15',
419 + 'introduced' => '16.2-a.3',
420 + 'changed' => '',
421 + 'deactivate' => '',
422 + 'free' => '',
423 + 'requires_connection' => 'Yes',
424 + 'requires_user_connection' => 'Yes',
425 + 'auto_activate' => 'Yes',
426 + 'module_tags' => 'Writing',
427 + 'feature' => 'Writing',
428 + 'additional_search_queries' => 'ai, artificial intelligence, jetpack ai, ai assistant, generate, content, images',
429 + 'plan_classes' => '',
430 + ),
373 431 'blaze' =>
374 432 array (
375 433 'name' => 'Blaze',
376 - 'description' => 'Grow your audience by promoting your content across Tumblr and WordPress.com.',
434 + 'description' => 'Promote your posts and pages across millions of sites in the WordPress.com and Tumblr ad network.',
377 435 'sort' => '22',
378 436 'recommendation_order' => '12',
379 437 'introduced' => '12.3',
380 438 'changed' => '',
@@ -387,12 +445,48 @@
387 445 'feature' => '',
388 446 'additional_search_queries' => 'advertising, ads',
389 447 'plan_classes' => '',
390 448 ),
449 + 'blocks' =>
450 + array (
451 + 'name' => 'Blocks',
452 + 'description' => 'Expand your editor with custom Jetpack blocks for rich content and layout options.',
453 + 'sort' => '5',
454 + 'recommendation_order' => '',
455 + 'introduced' => '13.9-a.8',
456 + 'changed' => '',
457 + 'deactivate' => '',
458 + 'free' => '',
459 + 'requires_connection' => 'No',
460 + 'requires_user_connection' => '',
461 + 'auto_activate' => 'Yes',
462 + 'module_tags' => 'blocks',
463 + 'feature' => 'Writing',
464 + 'additional_search_queries' => '',
465 + 'plan_classes' => '',
466 + ),
467 + 'canonical-urls' =>
468 + array (
469 + 'name' => 'Canonical URLs',
470 + 'description' => 'Add canonical URL tags to archive pages to prevent duplicate content in search engines.',
471 + 'sort' => '36',
472 + 'recommendation_order' => '',
473 + 'introduced' => '15.6',
474 + 'changed' => '',
475 + 'deactivate' => '',
476 + 'free' => '',
477 + 'requires_connection' => 'No',
478 + 'requires_user_connection' => 'No',
479 + 'auto_activate' => 'No',
480 + 'module_tags' => 'Traffic',
481 + 'feature' => 'Traffic',
482 + 'additional_search_queries' => 'canonical, seo, duplicate content, woocommerce, archive',
483 + 'plan_classes' => '',
484 + ),
391 485 'carousel' =>
392 486 array (
393 487 'name' => 'Carousel',
394 - 'description' => 'Display images and galleries in a gorgeous, full-screen browsing experience',
488 + 'description' => 'Turn your image galleries into immersive, full‑screen slideshows.',
395 489 'sort' => '22',
396 490 'recommendation_order' => '12',
397 491 'introduced' => '1.5',
398 492 'changed' => '',
@@ -408,9 +502,9 @@
408 502 ),
409 503 'comment-likes' =>
410 504 array (
411 505 'name' => 'Comment Likes',
412 - 'description' => 'Increase visitor engagement by adding a Like button to comments.',
506 + 'description' => 'Enable visitors to like individual comments and boost engagement.',
413 507 'sort' => '39',
414 508 'recommendation_order' => '17',
415 509 'introduced' => '5.1',
416 510 'changed' => '',
@@ -426,9 +520,9 @@
426 520 ),
427 521 'comments' =>
428 522 array (
429 523 'name' => 'Comments',
430 - 'description' => 'Let visitors use a WordPress.com or Facebook account to comment',
524 + 'description' => 'Replace the default comment form with a modern, feature‑rich alternative.',
431 525 'sort' => '20',
432 526 'recommendation_order' => '',
433 527 'introduced' => '1.4',
434 528 'changed' => '',
@@ -443,10 +537,10 @@
443 537 'plan_classes' => '',
444 538 ),
445 539 'contact-form' =>
446 540 array (
447 - 'name' => 'Contact Form',
448 - 'description' => 'Add a customizable contact form to any post or page using the Jetpack Form Block.',
541 + 'name' => 'Forms',
542 + 'description' => 'Add contact, registration, and feedback forms directly from the block editor.',
449 543 'sort' => '15',
450 544 'recommendation_order' => '14',
451 545 'introduced' => '1.3',
452 546 'changed' => '',
@@ -462,9 +556,9 @@
462 556 ),
463 557 'copy-post' =>
464 558 array (
465 559 'name' => 'Copy Post',
466 - 'description' => 'Enable the option to copy entire posts and pages, including tags and settings',
560 + 'description' => 'Duplicate any post or page in one click to speed up content creation.',
467 561 'sort' => '15',
468 562 'recommendation_order' => '',
469 563 'introduced' => '7.0',
470 564 'changed' => '',
@@ -479,9 +573,9 @@
479 573 'plan_classes' => '',
480 574 ),
481 575 'custom-content-types' =>
482 576 array (
483 - 'name' => 'Custom content types',
577 + 'name' => 'Custom Content Types',
484 578 'description' => 'Display different types of content on your site with custom content types.',
485 579 'sort' => '34',
486 580 'recommendation_order' => '',
487 581 'introduced' => '3.1',
@@ -495,48 +589,12 @@
495 589 'feature' => 'Writing',
496 590 'additional_search_queries' => 'cpt, custom post types, portfolio, portfolios, testimonial, testimonials',
497 591 'plan_classes' => '',
498 592 ),
499 - 'custom-css' =>
500 - array (
501 - 'name' => 'Custom CSS',
502 - 'description' => 'Adds options for CSS preprocessor use, disabling the theme\'s CSS, or custom image width.',
503 - 'sort' => '2',
504 - 'recommendation_order' => '',
505 - 'introduced' => '1.7',
506 - 'changed' => '',
507 - 'deactivate' => '',
508 - 'free' => '',
509 - 'requires_connection' => 'No',
510 - 'requires_user_connection' => '',
511 - 'auto_activate' => 'No',
512 - 'module_tags' => 'Appearance',
513 - 'feature' => 'Appearance',
514 - 'additional_search_queries' => 'css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet',
515 - 'plan_classes' => '',
516 - ),
517 - 'google-analytics' =>
518 - array (
519 - 'name' => 'Google Analytics',
520 - 'description' => 'Set up Google Analytics without touching a line of code.',
521 - 'sort' => '37',
522 - 'recommendation_order' => '',
523 - 'introduced' => '4.5',
524 - 'changed' => '',
525 - 'deactivate' => '',
526 - 'free' => '',
527 - 'requires_connection' => 'Yes',
528 - 'requires_user_connection' => '',
529 - 'auto_activate' => 'No',
530 - 'module_tags' => '',
531 - 'feature' => 'Engagement',
532 - 'additional_search_queries' => 'webmaster, google, analytics, console',
533 - 'plan_classes' => 'business, premium, security, complete',
534 - ),
535 593 'google-fonts' =>
536 594 array (
537 595 'name' => 'Google Fonts (Beta)',
538 - 'description' => 'A selection of Google fonts for block enabled themes. This feature is still being developed.',
596 + 'description' => 'This feature is now supported natively in WordPress when using any block theme. To use Google Fonts, refer to the WordPress.org Font Library documentation.',
539 597 'sort' => '1',
540 598 'recommendation_order' => '2',
541 599 'introduced' => '10.8.0',
542 600 'changed' => '',
@@ -552,9 +610,9 @@
552 610 ),
553 611 'gravatar-hovercards' =>
554 612 array (
555 613 'name' => 'Gravatar Hovercards',
556 - 'description' => 'Enable pop-up business cards over commenters’ Gravatars.',
614 + 'description' => 'Show a user’s Gravatar profile when visitors hover over their name or image.',
557 615 'sort' => '11',
558 616 'recommendation_order' => '13',
559 617 'introduced' => '1.1',
560 618 'changed' => '',
@@ -570,9 +628,9 @@
570 628 ),
571 629 'infinite-scroll' =>
572 630 array (
573 631 'name' => 'Infinite Scroll',
574 - 'description' => 'Automatically load new content when a visitor scrolls',
632 + 'description' => 'Automatically load new posts as visitors scroll down your site.',
575 633 'sort' => '26',
576 634 'recommendation_order' => '',
577 635 'introduced' => '2.0',
578 636 'changed' => '',
@@ -588,9 +646,9 @@
588 646 ),
589 647 'json-api' =>
590 648 array (
591 649 'name' => 'JSON API',
592 - 'description' => 'Allow applications to securely access your content.',
650 + 'description' => 'Access your site’s data remotely through the WordPress.com REST API.',
593 651 'sort' => '19',
594 652 'recommendation_order' => '',
595 653 'introduced' => '1.9',
596 654 'changed' => '',
@@ -606,9 +664,9 @@
606 664 ),
607 665 'latex' =>
608 666 array (
609 667 'name' => 'Beautiful Math',
610 - 'description' => 'Use the LaTeX markup language to write mathematical equations and formulas',
668 + 'description' => 'Add beautifully formatted math equations to your posts and pages using LaTeX.',
611 669 'sort' => '12',
612 670 'recommendation_order' => '',
613 671 'introduced' => '1.1',
614 672 'changed' => '',
@@ -624,9 +682,9 @@
624 682 ),
625 683 'likes' =>
626 684 array (
627 685 'name' => 'Likes',
628 - 'description' => 'Give visitors an easy way to show they appreciate your content.',
686 + 'description' => 'Let readers like your posts to show appreciation and encourage interaction.',
629 687 'sort' => '23',
630 688 'recommendation_order' => '',
631 689 'introduced' => '2.2',
632 690 'changed' => '',
@@ -642,9 +700,9 @@
642 700 ),
643 701 'markdown' =>
644 702 array (
645 703 'name' => 'Markdown',
646 - 'description' => 'Write posts or pages in plain-text Markdown syntax',
704 + 'description' => 'Write and format posts using clean, readable Markdown syntax.',
647 705 'sort' => '31',
648 706 'recommendation_order' => '',
649 707 'introduced' => '2.8',
650 708 'changed' => '',
@@ -657,30 +715,12 @@
657 715 'feature' => 'Writing',
658 716 'additional_search_queries' => 'md, markdown',
659 717 'plan_classes' => '',
660 718 ),
661 - 'masterbar' =>
662 - array (
663 - 'name' => 'WordPress.com Toolbar and Dashboard customizations',
664 - 'description' => 'Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com. Also adds additional customizations to the WPAdmin dashboard experience for better compatibility with WP.com.',
665 - 'sort' => '38',
666 - 'recommendation_order' => '16',
667 - 'introduced' => '4.8',
668 - 'changed' => '',
669 - 'deactivate' => '',
670 - 'free' => '',
671 - 'requires_connection' => 'Yes',
672 - 'requires_user_connection' => 'Yes',
673 - 'auto_activate' => 'No',
674 - 'module_tags' => 'General',
675 - 'feature' => '',
676 - 'additional_search_queries' => 'adminbar, masterbar, colorschemes, profile-edit',
677 - 'plan_classes' => '',
678 - ),
679 719 'monitor' =>
680 720 array (
681 - 'name' => 'Monitor',
682 - 'description' => 'Jetpack’s downtime monitoring will continuously watch your site and alert you the moment that downtime is detected.',
721 + 'name' => 'Downtime Monitor',
722 + 'description' => 'Get instant alerts if your site goes down and know when it’s back online.',
683 723 'sort' => '28',
684 724 'recommendation_order' => '10',
685 725 'introduced' => '2.6',
686 726 'changed' => '',
@@ -696,9 +736,9 @@
696 736 ),
697 737 'notes' =>
698 738 array (
699 739 'name' => 'Notifications',
700 - 'description' => 'Receive instant notifications of site comments and likes.',
740 + 'description' => 'Receive real‑time notifications about site activity across your devices.',
701 741 'sort' => '13',
702 742 'recommendation_order' => '',
703 743 'introduced' => '1.9',
704 744 'changed' => '',
@@ -714,9 +754,9 @@
714 754 ),
715 755 'photon-cdn' =>
716 756 array (
717 757 'name' => 'Asset CDN',
718 - 'description' => 'Jetpack’s Site Accelerator loads your site faster by optimizing your images and serving your images and static files from our global network of servers.',
758 + 'description' => 'Serve static files like CSS and JS from Jetpack’s global CDN for faster load times.',
719 759 'sort' => '26',
720 760 'recommendation_order' => '1',
721 761 'introduced' => '6.6',
722 762 'changed' => '',
@@ -732,9 +772,9 @@
732 772 ),
733 773 'photon' =>
734 774 array (
735 775 'name' => 'Image CDN',
736 - 'description' => 'Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.',
776 + 'description' => 'Deliver images quickly with automatic resizing from Jetpack’s global image CDN.',
737 777 'sort' => '25',
738 778 'recommendation_order' => '1',
739 779 'introduced' => '2.0',
740 780 'changed' => '',
@@ -747,12 +787,30 @@
747 787 'feature' => 'Recommended, Appearance',
748 788 'additional_search_queries' => 'photon, photo cdn, image cdn, speed, compression, resize, responsive images, responsive, content distribution network, optimize, page speed, image optimize, photon jetpack',
749 789 'plan_classes' => '',
750 790 ),
791 + 'podcast' =>
792 + array (
793 + 'name' => 'Podcast',
794 + 'description' => 'Publish, manage, and grow your podcast right from your site.',
795 + 'sort' => '38',
796 + 'recommendation_order' => '',
797 + 'introduced' => '',
798 + 'changed' => '',
799 + 'deactivate' => '',
800 + 'free' => '',
801 + 'requires_connection' => 'No',
802 + 'requires_user_connection' => '',
803 + 'auto_activate' => 'Yes',
804 + 'module_tags' => 'Writing',
805 + 'feature' => 'Writing',
806 + 'additional_search_queries' => 'podcast, podcasts, podcasting, audio, episodes, rss, feed, distribution',
807 + 'plan_classes' => '',
808 + ),
751 809 'post-by-email' =>
752 810 array (
753 - 'name' => 'Post by email',
754 - 'description' => 'Publish posts by sending an email',
811 + 'name' => 'Post by Email',
812 + 'description' => 'Publish blog posts simply by sending an email to a custom address.',
755 813 'sort' => '14',
756 814 'recommendation_order' => '',
757 815 'introduced' => '2.0',
758 816 'changed' => '',
@@ -768,9 +826,9 @@
768 826 ),
769 827 'post-list' =>
770 828 array (
771 829 'name' => 'Post List',
772 - 'description' => 'Display extra information alongside each post in your dashboard’s Posts screen.',
830 + 'description' => 'Display a customizable list of your latest posts anywhere on your site.',
773 831 'sort' => '31',
774 832 'recommendation_order' => '12',
775 833 'introduced' => '11.3',
776 834 'changed' => '',
@@ -785,10 +843,10 @@
785 843 'plan_classes' => '',
786 844 ),
787 845 'protect' =>
788 846 array (
789 - 'name' => 'Brute force protection',
790 - 'description' => 'Enabling brute force protection will prevent bots and hackers from attempting to log in to your website with common username and password combinations.',
847 + 'name' => 'Brute Force Protection',
848 + 'description' => 'Block malicious login attempts automatically and keep hackers out.',
791 849 'sort' => '1',
792 850 'recommendation_order' => '4',
793 851 'introduced' => '3.4',
794 852 'changed' => '',
@@ -804,9 +862,9 @@
804 862 ),
805 863 'publicize' =>
806 864 array (
807 865 'name' => 'Jetpack Social',
808 - 'description' => 'Jetpack Social makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.',
866 + 'description' => 'Auto‑share your posts to social networks and track engagement in one place.',
809 867 'sort' => '10',
810 868 'recommendation_order' => '7',
811 869 'introduced' => '2.0',
812 870 'changed' => '',
@@ -816,15 +874,15 @@
816 874 'requires_user_connection' => 'Yes',
817 875 'auto_activate' => 'No',
818 876 'module_tags' => 'Social, Recommended',
819 877 'feature' => 'Engagement',
820 - 'additional_search_queries' => 'facebook, jetpack publicize, tumblr, linkedin, social, tweet, connections, sharing, social media, automated, automated sharing, auto publish, auto tweet and like, auto tweet, facebook auto post, facebook posting',
878 + 'additional_search_queries' => 'facebook, bluesky, threads, mastodon, instagram, jetpack publicize, tumblr, linkedin, social, tweet, connections, sharing, social media, automated, automated sharing, auto publish, auto tweet and like, auto tweet, facebook auto post, facebook posting',
821 879 'plan_classes' => '',
822 880 ),
823 881 'related-posts' =>
824 882 array (
825 - 'name' => 'Related posts',
826 - 'description' => 'Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.',
883 + 'name' => 'Related Posts',
884 + 'description' => 'Automatically display related articles to keep visitors reading longer.',
827 885 'sort' => '29',
828 886 'recommendation_order' => '9',
829 887 'introduced' => '2.9',
830 888 'changed' => '',
@@ -840,9 +898,9 @@
840 898 ),
841 899 'search' =>
842 900 array (
843 901 'name' => 'Search',
844 - 'description' => 'Help visitors quickly find answers with highly relevant instant search results and powerful filtering.',
902 + 'description' => 'Instantly deliver the most relevant results to your visitors.',
845 903 'sort' => '34',
846 904 'recommendation_order' => '',
847 905 'introduced' => '5.0',
848 906 'changed' => '',
@@ -858,9 +916,9 @@
858 916 ),
859 917 'seo-tools' =>
860 918 array (
861 919 'name' => 'SEO Tools',
862 - 'description' => 'Better results on search engines and social media.',
920 + 'description' => 'Optimize titles, meta descriptions, and social previews for better search results.',
863 921 'sort' => '35',
864 922 'recommendation_order' => '15',
865 923 'introduced' => '4.4',
866 924 'changed' => '',
@@ -870,15 +928,15 @@
870 928 'requires_user_connection' => 'No',
871 929 'auto_activate' => 'No',
872 930 'module_tags' => 'Social, Appearance',
873 931 'feature' => 'Traffic',
874 - 'additional_search_queries' => 'search engine optimization, social preview, meta description, custom title format',
932 + 'additional_search_queries' => 'search engine optimization, social preview, meta description, custom title format, seo, sitemap, open graph, search engine, title tag',
875 933 'plan_classes' => '',
876 934 ),
877 935 'sharedaddy' =>
878 936 array (
879 937 'name' => 'Sharing',
880 - 'description' => 'Add sharing buttons at the bottom of each post, making it easy for visitors to share your content.',
938 + 'description' => 'Add customizable share buttons so visitors can spread your content.',
881 939 'sort' => '7',
882 940 'recommendation_order' => '6',
883 941 'introduced' => '1.1',
884 942 'changed' => '1.2',
@@ -888,15 +946,15 @@
888 946 'requires_user_connection' => '',
889 947 'auto_activate' => 'No',
890 948 'module_tags' => 'Social, Recommended',
891 949 'feature' => 'Engagement',
892 - 'additional_search_queries' => 'share, sharing, sharedaddy, social buttons, buttons, share facebook, share twitter, social media sharing, social media share, social share, icons, email, facebook, twitter, linkedin, pinterest, pocket, social widget, social media',
950 + 'additional_search_queries' => 'share, sharing, sharedaddy, social buttons, buttons, share facebook, share twitter, social media sharing, social media share, social share, icons, email, facebook, twitter, linkedin, pinterest, social widget, social media',
893 951 'plan_classes' => '',
894 952 ),
895 953 'shortcodes' =>
896 954 array (
897 955 'name' => 'Shortcode Embeds',
898 - 'description' => 'Shortcodes are WordPress-specific markup that let you add media from popular sites. This feature is no longer necessary as the editor now handles media embeds rather gracefully.',
956 + 'description' => 'Easily embed rich media like YouTube videos and tweets using simple shortcodes.',
899 957 'sort' => '3',
900 958 'recommendation_order' => '',
901 959 'introduced' => '1.1',
902 960 'changed' => '1.2',
@@ -912,9 +970,9 @@
912 970 ),
913 971 'shortlinks' =>
914 972 array (
915 973 'name' => 'WP.me Shortlinks',
916 - 'description' => 'Generates shorter links using the wp.me domain.',
974 + 'description' => 'Share short, easy-to-remember links to your posts and pages.',
917 975 'sort' => '8',
918 976 'recommendation_order' => '',
919 977 'introduced' => '1.1',
920 978 'changed' => '',
@@ -930,9 +988,9 @@
930 988 ),
931 989 'sitemaps' =>
932 990 array (
933 991 'name' => 'Sitemaps',
934 - 'description' => 'Make it easy for search engines to find your site.',
992 + 'description' => 'Generate XML sitemaps so search engines can index your site efficiently.',
935 993 'sort' => '13',
936 994 'recommendation_order' => '',
937 995 'introduced' => '3.9',
938 996 'changed' => '',
@@ -948,9 +1006,9 @@
948 1006 ),
949 1007 'sso' =>
950 1008 array (
951 1009 'name' => 'Secure Sign On',
952 - 'description' => 'Allow users to log in to this site using WordPress.com accounts',
1010 + 'description' => 'Let users log in with their WordPress.com account for quick, secure access.',
953 1011 'sort' => '30',
954 1012 'recommendation_order' => '5',
955 1013 'introduced' => '2.6',
956 1014 'changed' => '',
@@ -966,9 +1024,9 @@
966 1024 ),
967 1025 'stats' =>
968 1026 array (
969 1027 'name' => 'Jetpack Stats',
970 - 'description' => 'Collect valuable traffic stats and insights.',
1028 + 'description' => 'Clear, concise traffic insights right in your WordPress dashboard.',
971 1029 'sort' => '1',
972 1030 'recommendation_order' => '2',
973 1031 'introduced' => '1.1',
974 1032 'changed' => '',
@@ -984,9 +1042,9 @@
984 1042 ),
985 1043 'subscriptions' =>
986 1044 array (
987 1045 'name' => 'Newsletter',
988 - 'description' => 'Let visitors subscribe to new posts and comments via email',
1046 + 'description' => 'Grow your subscriber list and deliver your content directly to their email inbox.',
989 1047 'sort' => '9',
990 1048 'recommendation_order' => '8',
991 1049 'introduced' => '1.2',
992 1050 'changed' => '',
@@ -993,9 +1051,9 @@
993 1051 'deactivate' => '',
994 1052 'free' => '',
995 1053 'requires_connection' => 'Yes',
996 1054 'requires_user_connection' => 'Yes',
997 - 'auto_activate' => 'No',
1055 + 'auto_activate' => 'Yes',
998 1056 'module_tags' => 'Social',
999 1057 'feature' => 'Engagement',
1000 1058 'additional_search_queries' => 'subscriptions, subscription, email, follow, followers, subscribers, signup, newsletter, creator',
1001 1059 'plan_classes' => '',
@@ -1002,9 +1060,9 @@
1002 1060 ),
1003 1061 'tiled-gallery' =>
1004 1062 array (
1005 1063 'name' => 'Tiled Galleries',
1006 - 'description' => 'Display image galleries in a variety of elegant arrangements.',
1064 + 'description' => 'Create visually engaging tiled image galleries with multiple layout options.',
1007 1065 'sort' => '24',
1008 1066 'recommendation_order' => '',
1009 1067 'introduced' => '2.1',
1010 1068 'changed' => '',
@@ -1019,10 +1077,10 @@
1019 1077 'plan_classes' => '',
1020 1078 ),
1021 1079 'vaultpress' =>
1022 1080 array (
1023 - 'name' => 'Backups and Scanning',
1024 - 'description' => 'Protect your site with daily or real-time backups and automated virus scanning and threat detection.',
1081 + 'name' => 'VaultPress Backup',
1082 + 'description' => 'Real-time backups save every change, and one-click restores get you back online quickly.',
1025 1083 'sort' => '32',
1026 1084 'recommendation_order' => '',
1027 1085 'introduced' => '0:1.2',
1028 1086 'changed' => '',
@@ -1037,10 +1095,10 @@
1037 1095 'plan_classes' => 'personal, business, premium, security, complete',
1038 1096 ),
1039 1097 'verification-tools' =>
1040 1098 array (
1041 - 'name' => 'Site verification',
1042 - 'description' => 'Establish your site\'s authenticity with external services.',
1099 + 'name' => 'Site Verification',
1100 + 'description' => 'Verify your site with search engines and social platforms in a couple of clicks.',
1043 1101 'sort' => '33',
1044 1102 'recommendation_order' => '',
1045 1103 'introduced' => '3.0',
1046 1104 'changed' => '',
@@ -1056,9 +1114,9 @@
1056 1114 ),
1057 1115 'videopress' =>
1058 1116 array (
1059 1117 'name' => 'VideoPress',
1060 - 'description' => 'Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network.',
1118 + 'description' => 'Powerful and flexible video hosting.',
1061 1119 'sort' => '27',
1062 1120 'recommendation_order' => '',
1063 1121 'introduced' => '2.5',
1064 1122 'changed' => '',
@@ -1074,9 +1132,9 @@
1074 1132 ),
1075 1133 'waf' =>
1076 1134 array (
1077 1135 'name' => 'Firewall',
1078 - 'description' => 'Protect your site with Jetpack\'s Web Application Firewall',
1136 + 'description' => 'Filter malicious traffic in real time with Jetpack’s site firewall.',
1079 1137 'sort' => '5',
1080 1138 'recommendation_order' => '',
1081 1139 'introduced' => '10.9',
1082 1140 'changed' => '',
@@ -1092,9 +1150,9 @@
1092 1150 ),
1093 1151 'widget-visibility' =>
1094 1152 array (
1095 1153 'name' => 'Widget Visibility',
1096 - 'description' => 'Control where widgets appear on your site.',
1154 + 'description' => 'Choose which widgets appear on specific pages or posts with advanced controls.',
1097 1155 'sort' => '17',
1098 1156 'recommendation_order' => '',
1099 1157 'introduced' => '2.4',
1100 1158 'changed' => '',
@@ -1110,9 +1168,9 @@
1110 1168 ),
1111 1169 'widgets' =>
1112 1170 array (
1113 1171 'name' => 'Extra Sidebar Widgets',
1114 - 'description' => 'Provides additional widgets for use on your site.',
1172 + 'description' => 'Add more widget options to your site, like social feeds, subscriptions, and more.',
1115 1173 'sort' => '4',
1116 1174 'recommendation_order' => '',
1117 1175 'introduced' => '1.2',
1118 1176 'changed' => '',
@@ -1128,9 +1186,9 @@
1128 1186 ),
1129 1187 'woocommerce-analytics' =>
1130 1188 array (
1131 1189 'name' => 'WooCommerce Analytics',
1132 - 'description' => 'Enhanced analytics for WooCommerce and Jetpack users.',
1190 + 'description' => 'Get actionable insights on your store’s orders, revenue, and customers.',
1133 1191 'sort' => '13',
1134 1192 'recommendation_order' => '',
1135 1193 'introduced' => '8.4',
1136 1194 'changed' => '',
@@ -1146,9 +1204,9 @@
1146 1204 ),
1147 1205 'wordads' =>
1148 1206 array (
1149 1207 'name' => 'Ads',
1150 - 'description' => 'Earn income by allowing Jetpack to display high quality ads.',
1208 + 'description' => 'Earn revenue by displaying high‑quality ads on your site.',
1151 1209 'sort' => '1',
1152 1210 'recommendation_order' => '',
1153 1211 'introduced' => '4.5.0',
1154 1212 'changed' => '',
@@ -1161,10 +1219,28 @@
1161 1219 'feature' => '',
1162 1220 'additional_search_queries' => 'advertising, ad codes, ads, creator',
1163 1221 'plan_classes' => 'premium, business, security, complete',
1164 1222 ),
1223 + 'wpcom-reader' =>
1224 + array (
1225 + 'name' => 'WordPress.com Reader',
1226 + 'description' => 'Quickly access the WordPress.com Reader from your site\'s admin bar.',
1227 + 'sort' => '12',
1228 + 'recommendation_order' => '',
1229 + 'introduced' => '15.5',
1230 + 'changed' => '',
1231 + 'deactivate' => '',
1232 + 'free' => '',
1233 + 'requires_connection' => 'No',
1234 + 'requires_user_connection' => '',
1235 + 'auto_activate' => 'No',
1236 + 'module_tags' => 'Social',
1237 + 'feature' => 'Engagement',
1238 + 'additional_search_queries' => 'read, subscriptions, subscribe, reader, follow',
1239 + 'plan_classes' => '',
1240 + ),
1165 1241 );
1166 - return isset( $module_info[ $key ] ) ? $module_info[ $key ] : null;
1242 + return $module_info[ $key ] ?? null;
1167 1243 }
1168 1244
1169 1245 /**
1170 1246 * Return an array containing all module header names.
@@ -1199,13 +1275,14 @@
1199 1275 * @return bool Whether the file has no module info.
1200 1276 */
1201 1277 function jetpack_has_no_module_info( $slug ) {
1202 1278 $no_info_slugs = array (
1203 - 0 => 'geo-location',
1204 - 1 => 'module-extras',
1205 - 2 => 'module-info',
1206 - 3 => 'plugin-search',
1207 - 4 => 'theme-tools',
1279 + 0 => 'module-extras',
1280 + 1 => 'module-info',
1281 + 2 => 'plugin-search',
1282 + 3 => 'reprint-export',
1283 + 4 => 'simple-payments',
1284 + 5 => 'theme-tools',
1208 1285 );
1209 1286
1210 1287 return in_array( $slug, $no_info_slugs, true );
1211 1288 }