PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 10.8.2
Jetpack – WP Security, Backup, Speed, & Growth v10.8.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 14.1.1 14.2.2 14.3.1 All 501 releases
jetpack / modules / module-headings.php
module-headings.php
1,174 lines 43.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Do not edit this file. It's generated by `jetpack/tools/build-module-headings-translations.php`.
4 *
5 * @package automattic/jetpack
6 */
7
8 /**
9 * For a given module, return an array with translated name and description.
10 *
11 * @param string $key Module file name without `.php`.
12 *
13 * @return array
14 */
15 function jetpack_get_module_i18n( $key ) {
16 static $modules;
17 if ( ! isset( $modules ) ) {
18 $modules = array(
19 'carousel' => array(
20 'name' => _x( 'Carousel', 'Module Name', 'jetpack' ),
21 'description' => _x( 'Display images and galleries in a gorgeous, full-screen browsing experience', 'Module Description', 'jetpack' ),
22 ),
23
24 'comment-likes' => array(
25 'name' => _x( 'Comment Likes', 'Module Name', 'jetpack' ),
26 'description' => _x( 'Increase visitor engagement by adding a Like button to comments.', 'Module Description', 'jetpack' ),
27 ),
28
29 'comments' => array(
30 'name' => _x( 'Comments', 'Module Name', 'jetpack' ),
31 'description' => _x( 'Let visitors use a WordPress.com, Twitter, Facebook, or Google account to comment', 'Module Description', 'jetpack' ),
32 ),
33
34 'contact-form' => array(
35 'name' => _x( 'Contact Form', 'Module Name', 'jetpack' ),
36 'description' => _x( 'Add a customizable contact form to any post or page using the Jetpack Form Block.', 'Module Description', 'jetpack' ),
37 ),
38
39 'copy-post' => array(
40 'name' => _x( 'Copy Post', 'Module Name', 'jetpack' ),
41 'description' => _x( 'Enable the option to copy entire posts and pages, including tags and settings', 'Module Description', 'jetpack' ),
42 ),
43
44 'custom-content-types' => array(
45 'name' => _x( 'Custom content types', 'Module Name', 'jetpack' ),
46 'description' => _x( 'Display different types of content on your site with custom content types.', 'Module Description', 'jetpack' ),
47 ),
48
49 'custom-css' => array(
50 'name' => _x( 'Custom CSS', 'Module Name', 'jetpack' ),
51 'description' => _x( 'Adds options for CSS preprocessor use, disabling the theme\'s CSS, or custom image width.', 'Module Description', 'jetpack' ),
52 ),
53
54 'enhanced-distribution' => array(
55 'name' => _x( 'Enhanced Distribution', 'Module Name', 'jetpack' ),
56 'description' => _x( 'Increase reach and traffic.', '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 'google-fonts' => array(
65 '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' ),
67 ),
68
69 'gravatar-hovercards' => array(
70 'name' => _x( 'Gravatar Hovercards', 'Module Name', 'jetpack' ),
71 'description' => _x( 'Enable pop-up business cards over commenters’ Gravatars.', 'Module Description', 'jetpack' ),
72 ),
73
74 'infinite-scroll' => array(
75 'name' => _x( 'Infinite Scroll', 'Module Name', 'jetpack' ),
76 'description' => _x( 'Automatically load new content when a visitor scrolls', 'Module Description', 'jetpack' ),
77 ),
78
79 'json-api' => array(
80 'name' => _x( 'JSON API', 'Module Name', 'jetpack' ),
81 'description' => _x( 'Allow applications to securely access your content.', 'Module Description', 'jetpack' ),
82 ),
83
84 'latex' => array(
85 'name' => _x( 'Beautiful Math', 'Module Name', 'jetpack' ),
86 'description' => _x( 'Use the LaTeX markup language to write mathematical equations and formulas', 'Module Description', 'jetpack' ),
87 ),
88
89 'lazy-images' => array(
90 'name' => _x( 'Lazy Images', 'Module Name', 'jetpack' ),
91 'description' => _x( 'Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once.', 'Module Description', 'jetpack' ),
92 ),
93
94 'likes' => array(
95 'name' => _x( 'Likes', 'Module Name', 'jetpack' ),
96 'description' => _x( 'Give visitors an easy way to show they appreciate your content.', 'Module Description', 'jetpack' ),
97 ),
98
99 'markdown' => array(
100 'name' => _x( 'Markdown', 'Module Name', 'jetpack' ),
101 'description' => _x( 'Write posts or pages in plain-text Markdown syntax', 'Module Description', 'jetpack' ),
102 ),
103
104 'masterbar' => array(
105 'name' => _x( 'WordPress.com Toolbar and Dashboard customizations', 'Module Name', 'jetpack' ),
106 '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' ),
107 ),
108
109 'monitor' => array(
110 'name' => _x( 'Monitor', 'Module Name', 'jetpack' ),
111 'description' => _x( 'Jetpack’s downtime monitoring will continuously watch your site and alert you the moment that downtime is detected.', 'Module Description', 'jetpack' ),
112 ),
113
114 'notes' => array(
115 'name' => _x( 'Notifications', 'Module Name', 'jetpack' ),
116 'description' => _x( 'Receive instant notifications of site comments and likes.', 'Module Description', 'jetpack' ),
117 ),
118
119 'photon-cdn' => array(
120 'name' => _x( 'Asset CDN', 'Module Name', 'jetpack' ),
121 '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' ),
122 ),
123
124 'photon' => array(
125 'name' => _x( 'Image CDN', 'Module Name', 'jetpack' ),
126 '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' ),
127 ),
128
129 'post-by-email' => array(
130 'name' => _x( 'Post by email', 'Module Name', 'jetpack' ),
131 'description' => _x( 'Publish posts by sending an email', 'Module Description', 'jetpack' ),
132 ),
133
134 'protect' => array(
135 'name' => _x( 'Protect', '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' ),
137 ),
138
139 'publicize' => array(
140 'name' => _x( 'Publicize', 'Module Name', 'jetpack' ),
141 'description' => _x( 'Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.', 'Module Description', 'jetpack' ),
142 ),
143
144 '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' ),
147 ),
148
149 'search' => array(
150 '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' ),
152 ),
153
154 'seo-tools' => array(
155 'name' => _x( 'SEO Tools', 'Module Name', 'jetpack' ),
156 'description' => _x( 'Better results on search engines and social media.', 'Module Description', 'jetpack' ),
157 ),
158
159 'sharedaddy' => array(
160 'name' => _x( 'Sharing', 'Module Name', 'jetpack' ),
161 'description' => _x( 'Add Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.', 'Module Description', 'jetpack' ),
162 ),
163
164 'shortcodes' => array(
165 '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' ),
167 ),
168
169 'shortlinks' => array(
170 'name' => _x( 'WP.me Shortlinks', 'Module Name', 'jetpack' ),
171 'description' => _x( 'Generates shorter links using the wp.me domain.', 'Module Description', 'jetpack' ),
172 ),
173
174 'sitemaps' => array(
175 'name' => _x( 'Sitemaps', 'Module Name', 'jetpack' ),
176 'description' => _x( 'Make it easy for search engines to find your site.', 'Module Description', 'jetpack' ),
177 ),
178
179 'sso' => array(
180 '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' ),
182 ),
183
184 'stats' => array(
185 'name' => _x( 'Site Stats', 'Module Name', 'jetpack' ),
186 'description' => _x( 'Collect valuable traffic stats and insights.', 'Module Description', 'jetpack' ),
187 ),
188
189 'subscriptions' => array(
190 'name' => _x( 'Subscriptions', 'Module Name', 'jetpack' ),
191 'description' => _x( 'Let visitors subscribe to new posts and comments via email', 'Module Description', 'jetpack' ),
192 ),
193
194 'tiled-gallery' => array(
195 'name' => _x( 'Tiled Galleries', 'Module Name', 'jetpack' ),
196 'description' => _x( 'Display image galleries in a variety of elegant arrangements.', 'Module Description', 'jetpack' ),
197 ),
198
199 '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' ),
202 ),
203
204 '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' ),
207 ),
208
209 'videopress' => array(
210 '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' ),
212 ),
213
214 'widget-visibility' => array(
215 'name' => _x( 'Widget Visibility', 'Module Name', 'jetpack' ),
216 'description' => _x( 'Control where widgets appear on your site.', 'Module Description', 'jetpack' ),
217 ),
218
219 'widgets' => array(
220 'name' => _x( 'Extra Sidebar Widgets', 'Module Name', 'jetpack' ),
221 'description' => _x( 'Provides additional widgets for use on your site.', 'Module Description', 'jetpack' ),
222 ),
223
224 'woocommerce-analytics' => array(
225 'name' => _x( 'WooCommerce Analytics', 'Module Name', 'jetpack' ),
226 'description' => _x( 'Enhanced analytics for WooCommerce and Jetpack users.', 'Module Description', 'jetpack' ),
227 ),
228
229 'wordads' => array(
230 'name' => _x( 'Ads', 'Module Name', 'jetpack' ),
231 'description' => _x( 'Earn income by allowing Jetpack to display high quality ads.', 'Module Description', 'jetpack' ),
232 ),
233 );
234 }
235 return isset( $modules[ $key ] ) ? $modules[ $key ] : null;
236 }
237
238 /**
239 * For a given module tag, return its translated version.
240 *
241 * @param string $key Module tag as is in each module heading.
242 *
243 * @return string
244 */
245 function jetpack_get_module_i18n_tag( $key ) {
246 static $module_tags;
247 if ( ! isset( $module_tags ) ) {
248 $module_tags = array(
249 // Modules with `Other` tag:
250 // - modules/contact-form.php
251 // - modules/notes.php
252 // - modules/woocommerce-analytics.php
253 'Other' => _x( 'Other', 'Module Tag', 'jetpack' ),
254
255 // Modules with `Photos and Videos` tag:
256 // - modules/carousel.php
257 // - modules/photon-cdn.php
258 // - modules/photon.php
259 // - modules/shortcodes.php
260 // - modules/tiled-gallery.php
261 // - modules/videopress.php
262 'Photos and Videos' => _x( 'Photos and Videos', 'Module Tag', 'jetpack' ),
263
264 // Modules with `Social` tag:
265 // - modules/comment-likes.php
266 // - modules/comments.php
267 // - modules/gravatar-hovercards.php
268 // - modules/likes.php
269 // - modules/publicize.php
270 // - modules/seo-tools.php
271 // - modules/sharedaddy.php
272 // - modules/shortcodes.php
273 // - modules/shortlinks.php
274 // - modules/subscriptions.php
275 // - modules/widgets.php
276 'Social' => _x( 'Social', 'Module Tag', 'jetpack' ),
277
278 // Modules with `Writing` tag:
279 // - modules/copy-post.php
280 // - modules/custom-content-types.php
281 // - modules/enhanced-distribution.php
282 // - modules/json-api.php
283 // - modules/latex.php
284 // - modules/markdown.php
285 // - modules/post-by-email.php
286 // - modules/shortcodes.php
287 'Writing' => _x( 'Writing', 'Module Tag', 'jetpack' ),
288
289 // Modules with `Appearance` tag:
290 // - modules/custom-css.php
291 // - modules/gravatar-hovercards.php
292 // - modules/infinite-scroll.php
293 // - modules/lazy-images.php
294 // - modules/photon-cdn.php
295 // - modules/photon.php
296 // - modules/seo-tools.php
297 // - modules/shortcodes.php
298 // - modules/widget-visibility.php
299 // - modules/widgets.php
300 // - modules/wordads.php
301 'Appearance' => _x( 'Appearance', 'Module Tag', 'jetpack' ),
302
303 // Modules with `Fonts` tag:
304 // - modules/google-fonts.php
305 'Fonts' => _x( 'Fonts', 'Module Tag', 'jetpack' ),
306
307 // Modules with `Recommended` tag:
308 // - modules/google-fonts.php
309 // - modules/lazy-images.php
310 // - modules/monitor.php
311 // - modules/photon-cdn.php
312 // - modules/photon.php
313 // - modules/protect.php
314 // - modules/publicize.php
315 // - modules/related-posts.php
316 // - modules/sharedaddy.php
317 // - modules/sitemaps.php
318 // - modules/stats.php
319 // - modules/woocommerce-analytics.php
320 'Recommended' => _x( 'Recommended', 'Module Tag', 'jetpack' ),
321
322 // Modules with `Developers` tag:
323 // - modules/json-api.php
324 // - modules/sso.php
325 'Developers' => _x( 'Developers', 'Module Tag', 'jetpack' ),
326
327 // Modules with `General` tag:
328 // - modules/masterbar.php
329 'General' => _x( 'General', 'Module Tag', 'jetpack' ),
330
331 // Modules with `Traffic` tag:
332 // - modules/sitemaps.php
333 // - modules/wordads.php
334 'Traffic' => _x( 'Traffic', 'Module Tag', 'jetpack' ),
335
336 // Modules with `Site Stats` tag:
337 // - modules/stats.php
338 'Site Stats' => _x( 'Site Stats', 'Module Tag', 'jetpack' ),
339 );
340 }
341 return ! empty( $module_tags[ $key ] ) ? $module_tags[ $key ] : '';
342 }
343
344 /**
345 * For a given module, return an array with the module info.
346 *
347 * @param string $key Module file name without `.php`.
348 *
349 * return array|string An array containing the module info or an empty string if the given module isn't known.
350 */
351 function jetpack_get_module_info( $key ) {
352 static $module_info = array (
353 'carousel' =>
354 array (
355 'name' => 'Carousel',
356 'description' => 'Display images and galleries in a gorgeous, full-screen browsing experience',
357 'sort' => '22',
358 'recommendation_order' => '12',
359 'introduced' => '1.5',
360 'changed' => '',
361 'deactivate' => '',
362 'free' => '',
363 'requires_connection' => 'No',
364 'requires_user_connection' => '',
365 'auto_activate' => 'No',
366 'module_tags' => 'Photos and Videos',
367 'feature' => 'Appearance',
368 'additional_search_queries' => 'gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image',
369 'plan_classes' => '',
370 ),
371 'comment-likes' =>
372 array (
373 'name' => 'Comment Likes',
374 'description' => 'Increase visitor engagement by adding a Like button to comments.',
375 'sort' => '39',
376 'recommendation_order' => '17',
377 'introduced' => '5.1',
378 'changed' => '',
379 'deactivate' => '',
380 'free' => '',
381 'requires_connection' => 'Yes',
382 'requires_user_connection' => '',
383 'auto_activate' => 'No',
384 'module_tags' => 'Social',
385 'feature' => '',
386 'additional_search_queries' => 'like widget, like button, like, likes',
387 'plan_classes' => '',
388 ),
389 'comments' =>
390 array (
391 'name' => 'Comments',
392 'description' => 'Let visitors use a WordPress.com, Twitter, Facebook, or Google account to comment',
393 'sort' => '20',
394 'recommendation_order' => '',
395 'introduced' => '1.4',
396 'changed' => '',
397 'deactivate' => '',
398 'free' => '',
399 'requires_connection' => 'Yes',
400 'requires_user_connection' => '',
401 'auto_activate' => 'No',
402 'module_tags' => 'Social',
403 'feature' => 'Engagement',
404 'additional_search_queries' => 'comments, comment, facebook, twitter, google+, social',
405 'plan_classes' => '',
406 ),
407 'contact-form' =>
408 array (
409 'name' => 'Contact Form',
410 'description' => 'Add a customizable contact form to any post or page using the Jetpack Form Block.',
411 'sort' => '15',
412 'recommendation_order' => '14',
413 'introduced' => '1.3',
414 'changed' => '',
415 'deactivate' => '',
416 'free' => '',
417 'requires_connection' => 'No',
418 'requires_user_connection' => '',
419 'auto_activate' => 'Yes',
420 'module_tags' => 'Other',
421 'feature' => 'Writing',
422 'additional_search_queries' => 'contact, form, grunion, feedback, submission, contact form, email, feedback, contact form plugin, custom form, custom form plugin, form builder, forms, form maker, survey, contact by jetpack, contact us, forms free',
423 'plan_classes' => '',
424 ),
425 'copy-post' =>
426 array (
427 'name' => 'Copy Post',
428 'description' => 'Enable the option to copy entire posts and pages, including tags and settings',
429 'sort' => '15',
430 'recommendation_order' => '',
431 'introduced' => '7.0',
432 'changed' => '',
433 'deactivate' => '',
434 'free' => '',
435 'requires_connection' => 'No',
436 'requires_user_connection' => '',
437 'auto_activate' => 'No',
438 'module_tags' => 'Writing',
439 'feature' => 'Writing',
440 'additional_search_queries' => 'copy, duplicate',
441 'plan_classes' => '',
442 ),
443 'custom-content-types' =>
444 array (
445 'name' => 'Custom content types',
446 'description' => 'Display different types of content on your site with custom content types.',
447 'sort' => '34',
448 'recommendation_order' => '',
449 'introduced' => '3.1',
450 'changed' => '',
451 'deactivate' => '',
452 'free' => '',
453 'requires_connection' => 'No',
454 'requires_user_connection' => '',
455 'auto_activate' => 'No',
456 'module_tags' => 'Writing',
457 'feature' => 'Writing',
458 'additional_search_queries' => 'cpt, custom post types, portfolio, portfolios, testimonial, testimonials',
459 'plan_classes' => '',
460 ),
461 'custom-css' =>
462 array (
463 'name' => 'Custom CSS',
464 'description' => 'Adds options for CSS preprocessor use, disabling the theme\'s CSS, or custom image width.',
465 'sort' => '2',
466 'recommendation_order' => '',
467 'introduced' => '1.7',
468 'changed' => '',
469 'deactivate' => '',
470 'free' => '',
471 'requires_connection' => 'No',
472 'requires_user_connection' => '',
473 'auto_activate' => 'No',
474 'module_tags' => 'Appearance',
475 'feature' => 'Appearance',
476 'additional_search_queries' => 'css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet',
477 'plan_classes' => '',
478 ),
479 'enhanced-distribution' =>
480 array (
481 'name' => 'Enhanced Distribution',
482 'description' => 'Increase reach and traffic.',
483 'sort' => '5',
484 'recommendation_order' => '',
485 'introduced' => '1.2',
486 'changed' => '',
487 'deactivate' => '',
488 'free' => '',
489 'requires_connection' => 'Yes',
490 'requires_user_connection' => '',
491 'auto_activate' => 'Public',
492 'module_tags' => 'Writing',
493 'feature' => 'Engagement',
494 'additional_search_queries' => 'google, seo, firehose, search, broadcast, broadcasting',
495 'plan_classes' => '',
496 ),
497 'google-analytics' =>
498 array (
499 'name' => 'Google Analytics',
500 'description' => 'Set up Google Analytics without touching a line of code.',
501 'sort' => '37',
502 'recommendation_order' => '',
503 'introduced' => '4.5',
504 'changed' => '',
505 'deactivate' => '',
506 'free' => '',
507 'requires_connection' => 'Yes',
508 'requires_user_connection' => '',
509 'auto_activate' => 'No',
510 'module_tags' => '',
511 'feature' => 'Engagement',
512 'additional_search_queries' => 'webmaster, google, analytics, console',
513 'plan_classes' => 'business, premium, security, complete',
514 ),
515 'google-fonts' =>
516 array (
517 'name' => 'Google Fonts (Beta)',
518 'description' => 'A selection of Google fonts for block enabled themes. This feature is still being developed.',
519 'sort' => '1',
520 'recommendation_order' => '2',
521 'introduced' => '10.8.0',
522 'changed' => '',
523 'deactivate' => '',
524 'free' => '',
525 'requires_connection' => 'No',
526 'requires_user_connection' => '',
527 'auto_activate' => 'No',
528 'module_tags' => 'Fonts, Recommended',
529 'feature' => 'Writing',
530 'additional_search_queries' => 'fonts, webfonts, typography',
531 'plan_classes' => '',
532 ),
533 'gravatar-hovercards' =>
534 array (
535 'name' => 'Gravatar Hovercards',
536 'description' => 'Enable pop-up business cards over commenters’ Gravatars.',
537 'sort' => '11',
538 'recommendation_order' => '13',
539 'introduced' => '1.1',
540 'changed' => '',
541 'deactivate' => '',
542 'free' => '',
543 'requires_connection' => 'No',
544 'requires_user_connection' => '',
545 'auto_activate' => 'No',
546 'module_tags' => 'Social, Appearance',
547 'feature' => 'Appearance',
548 'additional_search_queries' => 'gravatar, hovercards',
549 'plan_classes' => '',
550 ),
551 'infinite-scroll' =>
552 array (
553 'name' => 'Infinite Scroll',
554 'description' => 'Automatically load new content when a visitor scrolls',
555 'sort' => '26',
556 'recommendation_order' => '',
557 'introduced' => '2.0',
558 'changed' => '',
559 'deactivate' => '',
560 'free' => '',
561 'requires_connection' => 'No',
562 'requires_user_connection' => '',
563 'auto_activate' => 'No',
564 'module_tags' => 'Appearance',
565 'feature' => 'Appearance',
566 'additional_search_queries' => 'scroll, infinite, infinite scroll',
567 'plan_classes' => '',
568 ),
569 'json-api' =>
570 array (
571 'name' => 'JSON API',
572 'description' => 'Allow applications to securely access your content.',
573 'sort' => '19',
574 'recommendation_order' => '',
575 'introduced' => '1.9',
576 'changed' => '',
577 'deactivate' => '',
578 'free' => '',
579 'requires_connection' => 'Yes',
580 'requires_user_connection' => '',
581 'auto_activate' => 'Public',
582 'module_tags' => 'Writing, Developers',
583 'feature' => 'General',
584 'additional_search_queries' => 'api, rest, develop, developers, json, klout, oauth',
585 'plan_classes' => '',
586 ),
587 'latex' =>
588 array (
589 'name' => 'Beautiful Math',
590 'description' => 'Use the LaTeX markup language to write mathematical equations and formulas',
591 'sort' => '12',
592 'recommendation_order' => '',
593 'introduced' => '1.1',
594 'changed' => '',
595 'deactivate' => '',
596 'free' => '',
597 'requires_connection' => 'No',
598 'requires_user_connection' => '',
599 'auto_activate' => 'No',
600 'module_tags' => 'Writing',
601 'feature' => 'Writing',
602 'additional_search_queries' => 'latex, math, equation, equations, formula, code',
603 'plan_classes' => '',
604 ),
605 'lazy-images' =>
606 array (
607 'name' => 'Lazy Images',
608 'description' => 'Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once.',
609 'sort' => '24',
610 'recommendation_order' => '14',
611 'introduced' => '5.6.0',
612 'changed' => '',
613 'deactivate' => '',
614 'free' => '',
615 'requires_connection' => 'No',
616 'requires_user_connection' => '',
617 'auto_activate' => 'No',
618 'module_tags' => 'Appearance, Recommended',
619 'feature' => 'Appearance',
620 'additional_search_queries' => 'mobile, theme, fast images, fast image, image, lazy, lazy load, lazyload, images, lazy images, thumbnail, image lazy load, lazy loading, load, loading',
621 'plan_classes' => '',
622 ),
623 'likes' =>
624 array (
625 'name' => 'Likes',
626 'description' => 'Give visitors an easy way to show they appreciate your content.',
627 'sort' => '23',
628 'recommendation_order' => '',
629 'introduced' => '2.2',
630 'changed' => '',
631 'deactivate' => '',
632 'free' => '',
633 'requires_connection' => 'Yes',
634 'requires_user_connection' => '',
635 'auto_activate' => 'No',
636 'module_tags' => 'Social',
637 'feature' => 'Engagement',
638 'additional_search_queries' => 'like, likes, wordpress.com',
639 'plan_classes' => '',
640 ),
641 'markdown' =>
642 array (
643 'name' => 'Markdown',
644 'description' => 'Write posts or pages in plain-text Markdown syntax',
645 'sort' => '31',
646 'recommendation_order' => '',
647 'introduced' => '2.8',
648 'changed' => '',
649 'deactivate' => '',
650 'free' => '',
651 'requires_connection' => 'No',
652 'requires_user_connection' => '',
653 'auto_activate' => 'No',
654 'module_tags' => 'Writing',
655 'feature' => 'Writing',
656 'additional_search_queries' => 'md, markdown',
657 'plan_classes' => '',
658 ),
659 'masterbar' =>
660 array (
661 'name' => 'WordPress.com Toolbar and Dashboard customizations',
662 '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.',
663 'sort' => '38',
664 'recommendation_order' => '16',
665 'introduced' => '4.8',
666 'changed' => '',
667 'deactivate' => '',
668 'free' => '',
669 'requires_connection' => 'Yes',
670 'requires_user_connection' => 'Yes',
671 'auto_activate' => 'No',
672 'module_tags' => 'General',
673 'feature' => '',
674 'additional_search_queries' => 'adminbar, masterbar, colorschemes, profile-edit',
675 'plan_classes' => '',
676 ),
677 'monitor' =>
678 array (
679 'name' => 'Monitor',
680 'description' => 'Jetpack’s downtime monitoring will continuously watch your site and alert you the moment that downtime is detected.',
681 'sort' => '28',
682 'recommendation_order' => '10',
683 'introduced' => '2.6',
684 'changed' => '',
685 'deactivate' => '',
686 'free' => '',
687 'requires_connection' => 'Yes',
688 'requires_user_connection' => 'Yes',
689 'auto_activate' => 'No',
690 'module_tags' => 'Recommended',
691 'feature' => 'Security',
692 'additional_search_queries' => 'monitor, uptime, downtime, monitoring, maintenance, maintenance mode, offline, site is down, site down, down, repair, error',
693 'plan_classes' => '',
694 ),
695 'notes' =>
696 array (
697 'name' => 'Notifications',
698 'description' => 'Receive instant notifications of site comments and likes.',
699 'sort' => '13',
700 'recommendation_order' => '',
701 'introduced' => '1.9',
702 'changed' => '',
703 'deactivate' => '',
704 'free' => '',
705 'requires_connection' => 'Yes',
706 'requires_user_connection' => 'Yes',
707 'auto_activate' => 'Yes',
708 'module_tags' => 'Other',
709 'feature' => 'General',
710 'additional_search_queries' => 'notification, notifications, toolbar, adminbar, push, comments',
711 'plan_classes' => '',
712 ),
713 'photon-cdn' =>
714 array (
715 'name' => 'Asset CDN',
716 '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.',
717 'sort' => '26',
718 'recommendation_order' => '1',
719 'introduced' => '6.6',
720 'changed' => '',
721 'deactivate' => '',
722 'free' => '',
723 'requires_connection' => 'No',
724 'requires_user_connection' => '',
725 'auto_activate' => 'No',
726 'module_tags' => 'Photos and Videos, Appearance, Recommended',
727 'feature' => 'Recommended, Appearance',
728 'additional_search_queries' => 'site accelerator, accelerate, static, assets, javascript, css, files, performance, cdn, bandwidth, content delivery network, pagespeed, combine js, optimize css',
729 'plan_classes' => '',
730 ),
731 'photon' =>
732 array (
733 'name' => 'Image CDN',
734 '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.',
735 'sort' => '25',
736 'recommendation_order' => '1',
737 'introduced' => '2.0',
738 'changed' => '',
739 'deactivate' => '',
740 'free' => '',
741 'requires_connection' => 'Yes',
742 'requires_user_connection' => '',
743 'auto_activate' => 'No',
744 'module_tags' => 'Photos and Videos, Appearance, Recommended',
745 'feature' => 'Recommended, Appearance',
746 'additional_search_queries' => 'photon, photo cdn, image cdn, speed, compression, resize, responsive images, responsive, content distribution network, optimize, page speed, image optimize, photon jetpack',
747 'plan_classes' => '',
748 ),
749 'post-by-email' =>
750 array (
751 'name' => 'Post by email',
752 'description' => 'Publish posts by sending an email',
753 'sort' => '14',
754 'recommendation_order' => '',
755 'introduced' => '2.0',
756 'changed' => '',
757 'deactivate' => '',
758 'free' => '',
759 'requires_connection' => 'Yes',
760 'requires_user_connection' => 'Yes',
761 'auto_activate' => 'No',
762 'module_tags' => 'Writing',
763 'feature' => 'Writing',
764 'additional_search_queries' => 'post by email, email',
765 'plan_classes' => '',
766 ),
767 'protect' =>
768 array (
769 'name' => 'Protect',
770 'description' => 'Enabling brute force protection will prevent bots and hackers from attempting to log in to your website with common username and password combinations.',
771 'sort' => '1',
772 'recommendation_order' => '4',
773 'introduced' => '3.4',
774 'changed' => '',
775 'deactivate' => '',
776 'free' => '',
777 'requires_connection' => 'Yes',
778 'requires_user_connection' => 'Yes',
779 'auto_activate' => 'Yes',
780 'module_tags' => 'Recommended',
781 'feature' => 'Security',
782 'additional_search_queries' => 'security, jetpack protect, secure, protection, botnet, brute force, protect, login, bot, password, passwords, strong passwords, strong password, wp-login.php, protect admin',
783 'plan_classes' => '',
784 ),
785 'publicize' =>
786 array (
787 'name' => 'Publicize',
788 'description' => 'Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.',
789 'sort' => '10',
790 'recommendation_order' => '7',
791 'introduced' => '2.0',
792 'changed' => '',
793 'deactivate' => '',
794 'free' => '',
795 'requires_connection' => 'Yes',
796 'requires_user_connection' => 'Yes',
797 'auto_activate' => 'No',
798 'module_tags' => 'Social, Recommended',
799 'feature' => 'Engagement',
800 'additional_search_queries' => 'facebook, jetpack publicize, twitter, tumblr, linkedin, social, tweet, connections, sharing, social media, automated, automated sharing, auto publish, auto tweet and like, auto tweet, facebook auto post, facebook posting',
801 'plan_classes' => '',
802 ),
803 'related-posts' =>
804 array (
805 'name' => 'Related posts',
806 'description' => 'Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.',
807 'sort' => '29',
808 'recommendation_order' => '9',
809 'introduced' => '2.9',
810 'changed' => '',
811 'deactivate' => '',
812 'free' => '',
813 'requires_connection' => 'Yes',
814 'requires_user_connection' => '',
815 'auto_activate' => 'No',
816 'module_tags' => 'Recommended',
817 'feature' => 'Engagement',
818 'additional_search_queries' => 'related, jetpack related posts, related posts for wordpress, related posts, popular posts, popular, related content, related post, contextual, context, contextual related posts, related articles, similar posts, easy related posts, related page, simple related posts, free related posts, related thumbnails, similar, engagement, yet another related posts plugin',
819 'plan_classes' => '',
820 ),
821 'search' =>
822 array (
823 'name' => 'Search',
824 'description' => 'Help visitors quickly find answers with highly relevant instant search results and powerful filtering.',
825 'sort' => '34',
826 'recommendation_order' => '',
827 'introduced' => '5.0',
828 'changed' => '',
829 'deactivate' => '',
830 'free' => 'false',
831 'requires_connection' => 'Yes',
832 'requires_user_connection' => '',
833 'auto_activate' => 'No',
834 'module_tags' => '',
835 'feature' => 'Search',
836 'additional_search_queries' => 'search, elastic, elastic search, elasticsearch, fast search, search results, search performance, google search',
837 'plan_classes' => 'business, complete',
838 ),
839 'seo-tools' =>
840 array (
841 'name' => 'SEO Tools',
842 'description' => 'Better results on search engines and social media.',
843 'sort' => '35',
844 'recommendation_order' => '15',
845 'introduced' => '4.4',
846 'changed' => '',
847 'deactivate' => '',
848 'free' => '',
849 'requires_connection' => 'Yes',
850 'requires_user_connection' => 'No',
851 'auto_activate' => 'No',
852 'module_tags' => 'Social, Appearance',
853 'feature' => 'Traffic',
854 'additional_search_queries' => 'search engine optimization, social preview, meta description, custom title format',
855 'plan_classes' => '',
856 ),
857 'sharedaddy' =>
858 array (
859 'name' => 'Sharing',
860 'description' => 'Add Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.',
861 'sort' => '7',
862 'recommendation_order' => '6',
863 'introduced' => '1.1',
864 'changed' => '1.2',
865 'deactivate' => '',
866 'free' => '',
867 'requires_connection' => 'No',
868 'requires_user_connection' => '',
869 'auto_activate' => 'No',
870 'module_tags' => 'Social, Recommended',
871 'feature' => 'Engagement',
872 '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',
873 'plan_classes' => '',
874 ),
875 'shortcodes' =>
876 array (
877 'name' => 'Shortcode Embeds',
878 '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.',
879 'sort' => '3',
880 'recommendation_order' => '',
881 'introduced' => '1.1',
882 'changed' => '1.2',
883 'deactivate' => '',
884 'free' => '',
885 'requires_connection' => 'No',
886 'requires_user_connection' => '',
887 'auto_activate' => 'No',
888 'module_tags' => 'Photos and Videos, Social, Writing, Appearance',
889 'feature' => 'Writing',
890 'additional_search_queries' => 'shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube',
891 'plan_classes' => '',
892 ),
893 'shortlinks' =>
894 array (
895 'name' => 'WP.me Shortlinks',
896 'description' => 'Generates shorter links using the wp.me domain.',
897 'sort' => '8',
898 'recommendation_order' => '',
899 'introduced' => '1.1',
900 'changed' => '',
901 'deactivate' => '',
902 'free' => '',
903 'requires_connection' => 'Yes',
904 'requires_user_connection' => '',
905 'auto_activate' => 'No',
906 'module_tags' => 'Social',
907 'feature' => 'Writing',
908 'additional_search_queries' => 'shortlinks, wp.me',
909 'plan_classes' => '',
910 ),
911 'sitemaps' =>
912 array (
913 'name' => 'Sitemaps',
914 'description' => 'Make it easy for search engines to find your site.',
915 'sort' => '13',
916 'recommendation_order' => '',
917 'introduced' => '3.9',
918 'changed' => '',
919 'deactivate' => '',
920 'free' => '',
921 'requires_connection' => 'No',
922 'requires_user_connection' => '',
923 'auto_activate' => 'No',
924 'module_tags' => 'Recommended, Traffic',
925 'feature' => 'Recommended',
926 'additional_search_queries' => 'sitemap, traffic, search, site map, seo',
927 'plan_classes' => '',
928 ),
929 'sso' =>
930 array (
931 'name' => 'Secure Sign On',
932 'description' => 'Allow users to log in to this site using WordPress.com accounts',
933 'sort' => '30',
934 'recommendation_order' => '5',
935 'introduced' => '2.6',
936 'changed' => '',
937 'deactivate' => '',
938 'free' => '',
939 'requires_connection' => 'Yes',
940 'requires_user_connection' => 'Yes',
941 'auto_activate' => 'No',
942 'module_tags' => 'Developers',
943 'feature' => 'Security',
944 'additional_search_queries' => 'sso, single sign on, login, log in, 2fa, two-factor',
945 'plan_classes' => '',
946 ),
947 'stats' =>
948 array (
949 'name' => 'Site Stats',
950 'description' => 'Collect valuable traffic stats and insights.',
951 'sort' => '1',
952 'recommendation_order' => '2',
953 'introduced' => '1.1',
954 'changed' => '',
955 'deactivate' => '',
956 'free' => '',
957 'requires_connection' => 'Yes',
958 'requires_user_connection' => '',
959 'auto_activate' => 'Yes',
960 'module_tags' => 'Site Stats, Recommended',
961 'feature' => 'Engagement',
962 'additional_search_queries' => 'statistics, tracking, analytics, views, traffic, stats',
963 'plan_classes' => '',
964 ),
965 'subscriptions' =>
966 array (
967 'name' => 'Subscriptions',
968 'description' => 'Let visitors subscribe to new posts and comments via email',
969 'sort' => '9',
970 'recommendation_order' => '8',
971 'introduced' => '1.2',
972 'changed' => '',
973 'deactivate' => '',
974 'free' => '',
975 'requires_connection' => 'Yes',
976 'requires_user_connection' => 'Yes',
977 'auto_activate' => 'No',
978 'module_tags' => 'Social',
979 'feature' => 'Engagement',
980 'additional_search_queries' => 'subscriptions, subscription, email, follow, followers, subscribers, signup',
981 'plan_classes' => '',
982 ),
983 'tiled-gallery' =>
984 array (
985 'name' => 'Tiled Galleries',
986 'description' => 'Display image galleries in a variety of elegant arrangements.',
987 'sort' => '24',
988 'recommendation_order' => '',
989 'introduced' => '2.1',
990 'changed' => '',
991 'deactivate' => '',
992 'free' => '',
993 'requires_connection' => 'No',
994 'requires_user_connection' => '',
995 'auto_activate' => 'No',
996 'module_tags' => 'Photos and Videos',
997 'feature' => 'Appearance',
998 'additional_search_queries' => 'gallery, tiles, tiled, grid, mosaic, images',
999 'plan_classes' => '',
1000 ),
1001 'vaultpress' =>
1002 array (
1003 'name' => 'Backups and Scanning',
1004 'description' => 'Protect your site with daily or real-time backups and automated virus scanning and threat detection.',
1005 'sort' => '32',
1006 'recommendation_order' => '',
1007 'introduced' => '0:1.2',
1008 'changed' => '',
1009 'deactivate' => 'false',
1010 'free' => 'false',
1011 'requires_connection' => 'Yes',
1012 'requires_user_connection' => '',
1013 'auto_activate' => 'No',
1014 'module_tags' => '',
1015 'feature' => 'Security, Health',
1016 'additional_search_queries' => 'backup, cloud backup, database backup, restore, wordpress backup, backup plugin, wordpress backup plugin, back up, backup wordpress, backwpup, vaultpress, backups, off-site backups, offsite backup, offsite, off-site, antivirus, malware scanner, security, virus, viruses, prevent viruses, scan, anti-virus, antimalware, protection, safe browsing, malware, wp security, wordpress security',
1017 'plan_classes' => 'personal, business, premium, security, complete',
1018 ),
1019 'verification-tools' =>
1020 array (
1021 'name' => 'Site verification',
1022 'description' => 'Establish your site\'s authenticity with external services.',
1023 'sort' => '33',
1024 'recommendation_order' => '',
1025 'introduced' => '3.0',
1026 'changed' => '',
1027 'deactivate' => '',
1028 'free' => '',
1029 'requires_connection' => 'No',
1030 'requires_user_connection' => '',
1031 'auto_activate' => 'Yes',
1032 'module_tags' => '',
1033 'feature' => 'Engagement',
1034 'additional_search_queries' => 'webmaster, seo, google, bing, pinterest, search, console',
1035 'plan_classes' => '',
1036 ),
1037 'videopress' =>
1038 array (
1039 'name' => 'VideoPress',
1040 'description' => 'Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network.',
1041 'sort' => '27',
1042 'recommendation_order' => '',
1043 'introduced' => '2.5',
1044 'changed' => '',
1045 'deactivate' => '',
1046 'free' => '',
1047 'requires_connection' => 'Yes',
1048 'requires_user_connection' => '',
1049 'auto_activate' => '',
1050 'module_tags' => 'Photos and Videos',
1051 'feature' => 'Writing',
1052 'additional_search_queries' => 'video, videos, videopress, video gallery, video player, videoplayer, mobile video, vimeo, youtube, html5 video, stream',
1053 'plan_classes' => '',
1054 ),
1055 'widget-visibility' =>
1056 array (
1057 'name' => 'Widget Visibility',
1058 'description' => 'Control where widgets appear on your site.',
1059 'sort' => '17',
1060 'recommendation_order' => '',
1061 'introduced' => '2.4',
1062 'changed' => '',
1063 'deactivate' => '',
1064 'free' => '',
1065 'requires_connection' => 'No',
1066 'requires_user_connection' => '',
1067 'auto_activate' => 'No',
1068 'module_tags' => 'Appearance',
1069 'feature' => 'Appearance',
1070 'additional_search_queries' => 'widget visibility, logic, conditional, widgets, widget',
1071 'plan_classes' => '',
1072 ),
1073 'widgets' =>
1074 array (
1075 'name' => 'Extra Sidebar Widgets',
1076 'description' => 'Provides additional widgets for use on your site.',
1077 'sort' => '4',
1078 'recommendation_order' => '',
1079 'introduced' => '1.2',
1080 'changed' => '',
1081 'deactivate' => '',
1082 'free' => '',
1083 'requires_connection' => 'No',
1084 'requires_user_connection' => '',
1085 'auto_activate' => 'No',
1086 'module_tags' => 'Social, Appearance',
1087 'feature' => 'Appearance',
1088 'additional_search_queries' => 'widget, widgets, facebook, gallery, twitter, gravatar, image, rss',
1089 'plan_classes' => '',
1090 ),
1091 'woocommerce-analytics' =>
1092 array (
1093 'name' => 'WooCommerce Analytics',
1094 'description' => 'Enhanced analytics for WooCommerce and Jetpack users.',
1095 'sort' => '13',
1096 'recommendation_order' => '',
1097 'introduced' => '8.4',
1098 'changed' => '',
1099 'deactivate' => '',
1100 'free' => '',
1101 'requires_connection' => 'Yes',
1102 'requires_user_connection' => '',
1103 'auto_activate' => 'Yes',
1104 'module_tags' => 'Other, Recommended',
1105 'feature' => 'Engagement',
1106 'additional_search_queries' => 'woocommerce, analytics, stats, statistics, tracking, analytics, views',
1107 'plan_classes' => '',
1108 ),
1109 'wordads' =>
1110 array (
1111 'name' => 'Ads',
1112 'description' => 'Earn income by allowing Jetpack to display high quality ads.',
1113 'sort' => '1',
1114 'recommendation_order' => '',
1115 'introduced' => '4.5.0',
1116 'changed' => '',
1117 'deactivate' => '',
1118 'free' => '',
1119 'requires_connection' => 'Yes',
1120 'requires_user_connection' => '',
1121 'auto_activate' => 'No',
1122 'module_tags' => 'Traffic, Appearance',
1123 'feature' => '',
1124 'additional_search_queries' => 'advertising, ad codes, ads',
1125 'plan_classes' => 'premium, business, security, complete',
1126 ),
1127 );
1128 return isset( $module_info[ $key ] ) ? $module_info[ $key ] : null;
1129 }
1130
1131 /**
1132 * Return an array containing all module header names.
1133 *
1134 * @return array
1135 */
1136 function jetpack_get_all_module_header_names() {
1137 return array (
1138 'name' => 'Module Name',
1139 'description' => 'Module Description',
1140 'sort' => 'Sort Order',
1141 'recommendation_order' => 'Recommendation Order',
1142 'introduced' => 'First Introduced',
1143 'changed' => 'Major Changes In',
1144 'deactivate' => 'Deactivate',
1145 'free' => 'Free',
1146 'requires_connection' => 'Requires Connection',
1147 'requires_user_connection' => 'Requires User Connection',
1148 'auto_activate' => 'Auto Activate',
1149 'module_tags' => 'Module Tags',
1150 'feature' => 'Feature',
1151 'additional_search_queries' => 'Additional Search Queries',
1152 'plan_classes' => 'Plans',
1153 );
1154 }
1155
1156 /**
1157 * Returns whether the file associated with the given slug has no module info.
1158 *
1159 * @param string $slug The slug name.
1160 *
1161 * @return bool Whether the file has no module info.
1162 */
1163 function jetpack_has_no_module_info( $slug ) {
1164 $no_info_slugs = array (
1165 0 => 'geo-location',
1166 1 => 'module-extras',
1167 2 => 'module-info',
1168 3 => 'plugin-search',
1169 4 => 'theme-tools',
1170 );
1171
1172 return in_array( $slug, $no_info_slugs, true );
1173 }
1174