PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 8.3.1
Jetpack – WP Security, Backup, Speed, & Growth v8.3.1
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-info.php

module-info.php in Jetpack – WP Security, Backup, Speed, & Growth 8.3.1, at modules/module-info.php

875 lines 25.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * "Learn More" information blocks for all modules live in this file.
4 *
5 * Each module must include 2 functions:
6 * - The first one creates a button where users can find more information about the module.
7 * It is hooked into `jetpack_learn_more_button_ . $module`
8 * - The second creates a information block.
9 * It is hooked into `jetpack_module_more_info_ . $module`
10 *
11 * @package Jetpack
12 */
13
14 /**
15 * VaultPress (stub) support link.
16 */
17 function vaultpress_jetpack_load_more_link() {
18 echo 'https://help.vaultpress.com/get-to-know/';
19 }
20 add_filter( 'jetpack_learn_more_button_vaultpress', 'vaultpress_jetpack_load_more_link' );
21
22 /**
23 * VaultPress (stub) description.
24 */
25 function vaultpress_jetpack_more_info() {
26 esc_html_e(
27 'We keep a daily or real-time backup of your site so that when mistakes or accidents occur, restoring your
28 site to any location takes a matter of minutes. Your site’s files are regularly scanned for unauthorized or
29 suspicious modifications that could compromise your security and data. In many cases, we can fix them
30 automatically (and will notify you). When we can’t, we provide you with expert support.',
31 'jetpack'
32 );
33 }
34 add_action( 'jetpack_module_more_info_vaultpress', 'vaultpress_jetpack_more_info' );
35
36 /**
37 * Gravatar Hovercards support link.
38 */
39 function grofiles_load_more_link() {
40 echo 'https://jetpack.com/support/gravatar-hovercards/';
41 }
42 add_filter( 'jetpack_learn_more_button_gravatar-hovercards', 'grofiles_load_more_link' );
43
44 /**
45 * Gravatar Hovercards description.
46 */
47 function grofiles_more_info() {
48 esc_html_e(
49 'Enhance plain Gravatar images with information about a person (including a name,
50 bio, pictures, and contact info) when they leave a comment on one of your posts.',
51 'jetpack'
52 );
53 }
54 add_action( 'jetpack_module_more_info_gravatar-hovercards', 'grofiles_more_info' );
55
56 /**
57 * Shortcodes support link.
58 */
59 function jetpack_shortcodes_load_more_link() {
60 echo 'https://jetpack.com/support/shortcode-embeds/';
61 }
62 add_filter( 'jetpack_learn_more_button_shortcodes', 'jetpack_shortcodes_load_more_link' );
63
64 /**
65 * Shortcodes description.
66 */
67 function jetpack_shortcodes_more_info() {
68 esc_html_e(
69 'Easily and safely embed media from YouTube, Facebook, Flickr, Vimeo, Instagram,
70 Google Maps, SlideShare, Vine, SoundCloud, and more. Just enter the appropriate shortcode directly into the
71 editor and click “Publish.”',
72 'jetpack'
73 );
74 }
75 add_action( 'jetpack_module_more_info_shortcodes', 'jetpack_shortcodes_more_info' );
76
77 /**
78 * Shortlinks support link.
79 */
80 function wpme_load_more_link() {
81 echo 'https://wp.me/p1moTy-DL';
82 }
83 add_filter( 'jetpack_learn_more_button_shortlinks', 'wpme_load_more_link' );
84
85 /**
86 * Shortlinks description
87 */
88 function wpme_more_info() {
89 esc_html_e(
90 'Grab short and simple links to your posts and pages using the compact wp.me domain name. Perfect
91 for use on Twitter, Facebook, and in text messages where every character counts.',
92 'jetpack'
93 );
94 }
95 add_action( 'jetpack_module_more_info_shortlinks', 'wpme_more_info' );
96
97 /**
98 * Site Stats support link.
99 */
100 function stats_load_more_link() {
101 echo 'https://jetpack.com/support/wordpress-com-stats/';
102 }
103 add_filter( 'jetpack_learn_more_button_stats', 'stats_load_more_link' );
104
105 /**
106 * Site Stats description.
107 */
108 function stats_more_info() {
109 esc_html_e(
110 'Simple and concise statistics about your traffic. Jetpack collects data about pageviews, likes, comments,
111 locations, and top posts. View them in your dashboard or on WordPress.com.',
112 'jetpack'
113 );
114 }
115 add_action( 'jetpack_module_more_info_stats', 'stats_more_info' );
116
117 /**
118 * Publicize support link.
119 */
120 function publicize_load_more_link() {
121 echo 'https://jetpack.com/support/publicize/';
122 }
123 add_filter( 'jetpack_learn_more_button_publicize', 'publicize_load_more_link' );
124
125 /**
126 * Publicize description.
127 */
128 function publicize_more_info() {
129 esc_html_e(
130 'Automatically share and promote newly published posts to Facebook, Twitter, Tumblr,
131 and LinkedIn. You can add connections for yourself or for all users on your site.',
132 'jetpack'
133 );
134 }
135 add_action( 'jetpack_module_more_info_publicize', 'publicize_more_info' );
136
137 /**
138 * Notifications
139 */
140 function notes_load_more_link() {
141 echo 'https://jetpack.com/support/notifications/';
142 }
143 add_filter( 'jetpack_learn_more_button_notes', 'notes_load_more_link' );
144
145 /**
146 * Notifications description.
147 */
148 function notes_more_info() {
149 esc_html_e(
150 'You will receive instant notifications in your dashboard or your mobile device when somebody comments
151 on any of your sites. Reply directly wherever you are to keep the conversation going.',
152 'jetpack'
153 );
154 }
155 add_filter( 'jetpack_module_more_info_notes', 'notes_more_info' );
156
157 /**
158 * LaTeX support link.
159 */
160 function latex_load_more_link() {
161 echo 'https://jetpack.com/support/beautiful-math-with-latex/';
162 }
163 add_filter( 'jetpack_learn_more_button_latex', 'latex_load_more_link' );
164
165 /**
166 * LaTeX description.
167 */
168 function latex_more_info() {
169 esc_html_e(
170 'LaTeX is a powerful markup language for writing complex mathematical equations and formulas.
171 Jetpack combines the power of LaTeX and the simplicity of WordPress to give you the ultimate
172 in math blogging platforms. Use $latex your latex code here$ or [latex]your latex code here[/latex]
173 to include in your posts and comments. Enjoy all sorts of options and embrace your inner nerd.',
174 'jetpack'
175 );
176 }
177 add_action( 'jetpack_module_more_info_latex', 'latex_more_info' );
178
179 /**
180 * Sharing support link.
181 */
182 function sharedaddy_load_more_link() {
183 echo 'https://jetpack.com/support/sharing/';
184 }
185 add_filter( 'jetpack_learn_more_button_sharedaddy', 'sharedaddy_load_more_link' );
186
187 /**
188 * Sharing description.
189 */
190 function sharedaddy_more_info() {
191 esc_html_e(
192 'Visitors can share your posts with Twitter, Facebook, Reddit, Digg, LinkedIn, Google+, print,
193 and email. You can configure services to appear as icons, text, or both and some services like Twitter
194 have additional options.',
195 'jetpack'
196 );
197 }
198 add_action( 'jetpack_module_more_info_sharedaddy', 'sharedaddy_more_info' );
199
200 /**
201 * Extra Sidebar Widgets support link.
202 */
203 function jetpack_widgets_load_more_link() {
204 echo 'https://jetpack.com/support/extra-sidebar-widgets/';
205 }
206 add_filter( 'jetpack_learn_more_button_widgets', 'jetpack_widgets_load_more_link' );
207
208 /**
209 * Extra Sidebar Widgets description.
210 */
211 function jetpack_widgets_more_info() {
212 esc_html_e(
213 'Add as many custom widgets as you like by dragging and dropping and customize each to fit your needs,
214 including, Twitter streams, Facebook like boxes, custom images, Gravatars, tiled galleries, recent posts,
215 or social icons.',
216 'jetpack'
217 );
218 }
219 add_action( 'jetpack_module_more_info_widgets', 'jetpack_widgets_more_info' );
220
221 /**
222 * Subscriptions support link.
223 */
224 function jetpack_subscriptions_load_more_link() {
225 echo 'https://jetpack.com/support/subscriptions/';
226 }
227 add_action( 'jetpack_learn_more_button_subscriptions', 'jetpack_subscriptions_load_more_link' );
228
229 /**
230 * Subscriptions description.
231 */
232 function jetpack_subscriptions_more_info() {
233 esc_html_e(
234 'A widget in your sidebar allows visitors to subscribe to your site so that they receive an email
235 each time you publish new content. Your visitors can also subscribe to a post\'s comments to keep up with the conversation.',
236 'jetpack'
237 );
238 }
239 add_action( 'jetpack_module_more_info_subscriptions', 'jetpack_subscriptions_more_info' );
240
241 /**
242 * Enhanced Distribution support link.
243 */
244 function jetpack_enhanced_distribution_more_link() {
245 echo 'https://jetpack.com/support/enhanced-distribution/';
246 }
247 add_action( 'jetpack_learn_more_button_enhanced-distribution', 'jetpack_enhanced_distribution_more_link' );
248
249 /**
250 * Enhanced Distribution description.
251 */
252 function jetpack_enhanced_distribution_more_info() {
253 esc_html_e(
254 'Jetpack will automatically take your great published content and share it instantly with third-party services
255 like search engines, increasing your reach and traffic.',
256 'jetpack'
257 );
258 }
259 add_action( 'jetpack_module_more_info_enhanced-distribution', 'jetpack_enhanced_distribution_more_info' );
260
261
262 /**
263 * Protect support link.
264 */
265 function jetpack_protect_more_link() {
266 echo 'https://jetpack.com/support/protect/';
267 }
268 add_action( 'jetpack_learn_more_button_protect', 'jetpack_protect_more_link' );
269
270 /**
271 * Protect description.
272 */
273 function jetpack_protect_more_info() {
274 esc_html_e(
275 'Most sites will come under attack from automated bots that attempt to log in for malicious purposes.
276 We protect you automatically from unauthorized access by using data from millions of sites.',
277 'jetpack'
278 );
279 }
280
281 add_action( 'jetpack_module_more_info_protect', 'jetpack_protect_more_info' );
282
283 /**
284 * JSON API support link.
285 */
286 function jetpack_json_api_more_link() {
287 echo 'https://jetpack.com/support/json-api/';
288 }
289 add_action( 'jetpack_learn_more_button_json-api', 'jetpack_json_api_more_link' );
290
291 /**
292 * JSON API description.
293 */
294 function jetpack_json_api_more_info() {
295 esc_html_e(
296 'Authorize applications and services to securely connect to your site. Developers can use WordPress.com\'s OAuth2
297 authentication system and WordPress.com REST API to manage and access your site\'s content.',
298 'jetpack'
299 );
300 }
301 add_action( 'jetpack_module_more_info_json-api', 'jetpack_json_api_more_info' );
302
303 /**
304 * Contact Form support link.
305 */
306 function jetpack_contact_form_learn_more_button() {
307 echo 'https://jetpack.com/support/contact-form/';
308 }
309 add_action( 'jetpack_learn_more_button_contact-form', 'jetpack_contact_form_learn_more_button' );
310
311 /**
312 * Contact Form description.
313 */
314 function jetpack_contact_form_more_info() {
315 esc_html_e(
316 'Create simple contact forms without any coding. You can have multiple forms and when
317 a user submits it, their feedback will be emailed directly to you. If Akismet is active, submissions will be
318 automatically filtered for spam.',
319 'jetpack'
320 );
321 }
322 add_action( 'jetpack_module_more_info_contact-form', 'jetpack_contact_form_more_info' );
323
324 /**
325 * Comments support link.
326 */
327 function jetpack_comments_learn_more_button() {
328 echo 'https://jetpack.com/support/comments';
329 }
330 add_action( 'jetpack_learn_more_button_comments', 'jetpack_comments_learn_more_button' );
331
332 /**
333 * Comments description.
334 */
335 function jetpack_comments_more_info() {
336 esc_html_e(
337 'Allow visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on
338 your site. Jetpack will match your site\'s color scheme automatically (but you can adjust that).',
339 'jetpack'
340 );
341 }
342 add_action( 'jetpack_module_more_info_comments', 'jetpack_comments_more_info' );
343
344 /**
345 * Carousel support link.
346 */
347 function jetpack_carousel_learn_more_button() {
348 echo 'https://jetpack.com/support/carousel';
349 }
350 add_action( 'jetpack_learn_more_button_carousel', 'jetpack_carousel_learn_more_button' );
351
352 /**
353 * Carousel description.
354 */
355 function jetpack_carousel_more_info() {
356 esc_html_e(
357 'With Carousel active, any standard WordPress galleries or single images you have embedded in posts or pages will
358 launch a full-screen photo browsing experience with comments and EXIF metadata.',
359 'jetpack'
360 );
361 }
362 add_action( 'jetpack_module_more_info_carousel', 'jetpack_carousel_more_info' );
363
364 /**
365 * Custom CSS support link.
366 */
367 function jetpack_custom_css_more_button() {
368 echo 'https://jetpack.com/support/custom-css';
369 }
370 add_action( 'jetpack_learn_more_button_custom-css', 'jetpack_custom_css_more_button' );
371
372 /**
373 * Custom CSS description.
374 */
375 function jetpack_custom_css_more_info() {
376 esc_html_e(
377 "Add to or replace your theme's CSS including mobile styles, LESS, and SaSS.
378 Includes syntax coloring, auto-indentation, and immediate CSS validation.",
379 'jetpack'
380 );
381 }
382 add_action( 'jetpack_module_more_info_custom-css', 'jetpack_custom_css_more_info' );
383
384 /**
385 * Masterbar support link.
386 */
387 function jetpack_masterbar_more_link() {
388 echo 'https://jetpack.com/support/masterbar/';
389 }
390 add_action( 'jetpack_learn_more_button_masterbar', 'jetpack_masterbar_more_link' );
391
392 /**
393 * Masterbar description.
394 */
395 function jetpack_masterbar_more_info() {
396 esc_html_e(
397 'Quickly access your Stats, Notifications, Posts and more on WordPress.com.
398 The Toolbar is displayed for any user on the site that is connected to WordPress.com.',
399 'jetpack'
400 );
401 }
402 add_action( 'jetpack_module_more_info_masterbar', 'jetpack_masterbar_more_info' );
403
404 /**
405 * Infinite Scroll support link.
406 */
407 function jetpack_infinite_scroll_more_button() {
408 echo 'https://jetpack.com/support/infinite-scroll';
409 }
410 add_action( 'jetpack_learn_more_button_infinite-scroll', 'jetpack_infinite_scroll_more_button' );
411
412 /**
413 * Infinite Scroll description.
414 */
415 function jetpack_infinite_scroll_more_info() {
416 esc_html_e(
417 'Infinite scrolling pulls the next set of posts automatically into view when the reader approaches
418 the bottom of the page. This helps you reader see more of your content.',
419 'jetpack'
420 );
421 }
422 add_action( 'jetpack_module_more_info_infinite-scroll', 'jetpack_infinite_scroll_more_info' );
423
424 /**
425 * Post by Email support link.
426 */
427 function jetpack_post_by_email_more_link() {
428 echo 'https://jetpack.com/support/post-by-email/';
429 }
430 add_action( 'jetpack_learn_more_button_post-by-email', 'jetpack_post_by_email_more_link' );
431
432 /**
433 * Post by Email description.
434 */
435 function jetpack_post_by_email_more_info() {
436 esc_html_e(
437 'Publish posts on your site by writing and sending an email from any email client instead of using the post editor.',
438 'jetpack'
439 );
440 }
441 add_action( 'jetpack_module_more_info_post-by-email', 'jetpack_post_by_email_more_info' );
442
443 /**
444 * Photon support link.
445 */
446 function jetpack_photon_more_link() {
447 echo 'https://jetpack.com/support/photon';
448 }
449 add_action( 'jetpack_learn_more_button_photon', 'jetpack_photon_more_link' );
450
451 /**
452 * Photon description.
453 */
454 function jetpack_photon_more_info() {
455 esc_html_e(
456 'Jetpack will optimize your images and serve them from the server location nearest
457 to your visitors. Using our global content delivery network will boost the loading speed of your site.',
458 'jetpack'
459 );
460 }
461 add_action( 'jetpack_module_more_info_photon', 'jetpack_photon_more_info' );
462
463 /**
464 * Lazy Images support link.
465 */
466 function jetpack_lazy_images_more_link() {
467 echo 'https://jetpack.com/support/lazy-images/';
468 }
469 add_action( 'jetpack_learn_more_button_lazy-images', 'jetpack_lazy_images_more_link' );
470
471 /**
472 * Lazy Images description.
473 */
474 function jetpack_lazy_images_more_info() {
475 esc_html_e(
476 'Improve your site\'s speed by only loading images visible on the screen.
477 New images will load just before they scroll into view. This prevents viewers
478 from having to download all the images on a page all at once, even ones they can\'t see.',
479 'jetpack'
480 );
481 }
482 add_action( 'jetpack_module_more_info_lazy-images', 'jetpack_lazy_images_more_info' );
483
484 /**
485 * Tiled Galleries support link.
486 */
487 function jetpack_tiled_gallery_more_link() {
488 echo 'https://jetpack.com/support/tiled-galleries/';
489 }
490 add_action( 'jetpack_learn_more_button_tiled-gallery', 'jetpack_tiled_gallery_more_link' );
491
492 /**
493 * Tiled Galleries description.
494 */
495 function jetpack_tiled_gallery_more_info() {
496 esc_html_e(
497 'When adding an image gallery, you will have the option to create elegant magazine-style mosaic layouts for your photos,
498 including mosaic (default), square, and circular layouts.',
499 'jetpack'
500 );
501 }
502 add_action( 'jetpack_module_more_info_tiled-gallery', 'jetpack_tiled_gallery_more_info' );
503
504 /**
505 * Likes support link.
506 */
507 function jetpack_likes_more_link() {
508 echo 'https://jetpack.com/support/likes/';
509 }
510 add_action( 'jetpack_learn_more_button_likes', 'jetpack_likes_more_link' );
511
512 /**
513 * Likes description.
514 */
515 function jetpack_likes_more_info() {
516 esc_html_e(
517 'Allow your readers to show their appreciation for your posts and other content. Likes show up
518 below each post and your readers will also be able to review their liked posts from WordPress.com.',
519 'jetpack'
520 );
521 }
522 add_action( 'jetpack_module_more_info_likes', 'jetpack_likes_more_info' );
523
524 /**
525 * Widget Visibility support link.
526 */
527 function jetpack_widget_visibility_more_link() {
528 echo 'https://jetpack.com/support/widget-visibility/';
529 }
530 add_action( 'jetpack_learn_more_button_widget-visibility', 'jetpack_widget_visibility_more_link' );
531
532 /**
533 * Widget Visibility description.
534 */
535 function jetpack_widget_visibility_more_info() {
536 esc_html_e(
537 'Choose from a set of visibility options for sidebar widgets such as showing them only certain categories,
538 only on error pages, or only search results pages. You can also do the reverse and choose to hide them on certain pages.',
539 'jetpack'
540 );
541 }
542 add_action( 'jetpack_module_more_info_widget-visibility', 'jetpack_widget_visibility_more_info' );
543
544 /**
545 * VideoPress support link.
546 */
547 function jetpack_videopress_more_link() {
548 echo 'https://jetpack.com/support/videopress/';
549 }
550 add_action( 'jetpack_learn_more_button_videopress', 'jetpack_videopress_more_link' );
551
552 /**
553 * VideoPress description.
554 */
555 function jetpack_videopress_more_info() {
556 esc_html_e(
557 'The easiest way to upload ad-free and unbranded videos to your site. You get stats on video
558 playback and shares and the player is lightweight and responsive.',
559 'jetpack'
560 );
561 }
562 add_action( 'jetpack_module_more_info_videopress', 'jetpack_videopress_more_info' );
563
564 /**
565 * SSO support link.
566 */
567 function jetpack_sso_more_link() {
568 echo 'https://jetpack.com/support/sso/';
569 }
570 add_action( 'jetpack_learn_more_button_sso', 'jetpack_sso_more_link' );
571
572 /**
573 * SSO description.
574 */
575 function jetpack_sso_more_info() {
576 esc_html_e(
577 'Your users will be able to log in to your site with their WordPress.com account.
578 This includes two-factor authentication making it the safest login mechanism for your site.',
579 'jetpack'
580 );
581 }
582 add_action( 'jetpack_module_more_info_sso', 'jetpack_sso_more_info' );
583
584 /**
585 * Monitor support link.
586 */
587 function jetpack_monitor_more_link() {
588 echo 'https://jetpack.com/support/monitor/';
589 }
590 add_action( 'jetpack_learn_more_button_monitor', 'jetpack_monitor_more_link' );
591
592 /**
593 * Monitor description.
594 */
595 function jetpack_monitor_more_info() {
596 esc_html_e(
597 'Jetpack checks your site every five minutes and if any downtime is detected you will receive an email
598 notification alerting you to the issue, so you can act quickly and get your site back online.',
599 'jetpack'
600 );
601 }
602 add_action( 'jetpack_module_more_info_monitor', 'jetpack_monitor_more_info' );
603
604 /**
605 * Related Posts support link.
606 */
607 function jetpack_related_posts_more_button() {
608 echo 'https://jetpack.com/support/related-posts/';
609 }
610 add_action( 'jetpack_learn_more_button_related-posts', 'jetpack_related_posts_more_button' );
611
612 /**
613 * Related Posts description.
614 */
615 function jetpack_related_posts_more_info() {
616 esc_html_e(
617 'Show visitors related content from your site at the bottom of your posts. This encourages them
618 to browse more content, explore your site, and transform them into regular readers.',
619 'jetpack'
620 );
621 }
622 add_action( 'jetpack_module_more_info_related-posts', 'jetpack_related_posts_more_info' );
623
624 /**
625 * Markdown support link.
626 */
627 function jetpack_markdown_more_link() {
628 echo 'https://jetpack.com/support/markdown/';
629 }
630 add_action( 'jetpack_learn_more_button_markdown', 'jetpack_markdown_more_link' );
631
632 /**
633 * Markdown description.
634 */
635 function jetpack_markdown_more_info() {
636 esc_html_e(
637 'Compose posts and comments with links, lists, and other styles using regular characters and
638 punctuation marks. A quick and easy way to format text without needing any HTML or coding.',
639 'jetpack'
640 );
641 }
642 add_action( 'jetpack_module_more_info_markdown', 'jetpack_markdown_more_info' );
643
644 /**
645 * Site Verification Tools support link.
646 */
647 function jetpack_verification_tools_more_link() {
648 echo 'https://jetpack.com/support/site-verification-tools/';
649 }
650 add_action( 'jetpack_learn_more_button_verification-tools', 'jetpack_verification_tools_more_link' );
651
652 /**
653 * Site Verification Tools description.
654 */
655 function jetpack_verification_tools_more_info() {
656 esc_html_e(
657 'Verify your site ownership with services like Google, Bing, Pinterest, and Yandex. This gives you access to
658 advanced features on these services and get verification badges.',
659 'jetpack'
660 );
661 }
662 add_action( 'jetpack_module_more_info_verification-tools', 'jetpack_verification_tools_more_info' );
663
664 /**
665 * SEO Tools support link.
666 */
667 function jetpack_seo_tools_more_link() {
668 echo 'https://jetpack.com/support/seo-tools/';
669 }
670 add_action( 'jetpack_learn_more_button_seo-tools', 'jetpack_seo_tools_more_link' );
671
672 /**
673 * SEO Tools description.
674 */
675 function jetpack_seo_tools_more_info() {
676 esc_html_e(
677 'Better results on search engines and social media.',
678 'jetpack'
679 );
680 }
681 add_action( 'jetpack_module_more_info_seo-tools', 'jetpack_seo_tools_more_info' );
682
683 /**
684 * Custom Content Types support link.
685 */
686 function jetpack_custom_content_types_more_link() {
687 echo 'https://jetpack.com/support/custom-content-types/';
688 }
689 add_action( 'jetpack_learn_more_button_custom-content-types', 'jetpack_custom_content_types_more_link' );
690
691 /**
692 * Custom Content Types description.
693 */
694 function jetpack_custom_content_types_more_info() {
695 esc_html_e(
696 'Add and organize content that doesn’t necessarily fit into a post or static page such as portfolios
697 or testimonials. Custom content can be visible at specific URLs, or you may add them with shortcodes.',
698 'jetpack'
699 );
700 }
701 add_action( 'jetpack_module_more_info_custom-content-types', 'jetpack_custom_content_types_more_info' );
702
703 /**
704 * Manage support link.
705 */
706 function jetpack_manage_more_link() {
707 echo 'https://jetpack.com/support/site-management/';
708 }
709 add_action( 'jetpack_learn_more_button_manage', 'jetpack_manage_more_link' );
710
711 /**
712 * Manage description.
713 */
714 function jetpack_custom_jetpack_manage() {
715 esc_html_e(
716 'Manage and update this and other WordPress sites from one simple dashboard on WordPress.com. You can update
717 plugins, set them to automatically update, and (de)activate them on a per-site basis or in bulk from
718 wordpress.com/plugins. You can also use the brand new and mobile-friendly post editor on WordPress.com as well
719 as view and activate installed themes and create or edit site menus.',
720 'jetpack'
721 );
722 }
723 add_action( 'jetpack_module_more_info_manage', 'jetpack_custom_jetpack_manage' );
724
725 /**
726 * Sitemaps support link.
727 */
728 function jetpack_sitemaps_more_link() {
729 echo 'https://jetpack.com/support/sitemaps/';
730 }
731 add_action( 'jetpack_learn_more_button_sitemaps', 'jetpack_sitemaps_more_link' );
732
733 /**
734 * Sitemaps description.
735 */
736 function jetpack_xml_sitemap_more_info() {
737 esc_html_e(
738 'Automatically create two sitemap files that list the URLs of posts and pages in your site.
739 This makes it easier for search engines (like Google) to include your site in relevant search results.',
740 'jetpack'
741 );
742 }
743 add_action( 'jetpack_module_more_info_sitemaps', 'jetpack_xml_sitemap_more_info' );
744
745 /**
746 * WordAds support link.
747 */
748 function jetpack_wordads_more_link() {
749 echo 'https://wordads.co/';
750 }
751 add_action( 'jetpack_learn_more_button_wordads', 'jetpack_wordads_more_link' );
752
753 /**
754 * WordAds description.
755 */
756 function jetpack_wordads_more_info() {
757 esc_html_e(
758 'By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!',
759 'jetpack'
760 );
761 }
762 add_action( 'jetpack_module_more_info_wordads', 'jetpack_wordads_more_info' );
763
764 /**
765 * Google Analytics support link.
766 */
767 function jetpack_google_analytics_more_link() {
768 echo 'https://jetpack.com/support/google-analytics';
769 }
770 add_action( 'jetpack_learn_more_button_google-analytics', 'jetpack_google_analytics_more_link' );
771
772 /**
773 * Google Analytics description.
774 */
775 function jetpack_google_analytics_more_info() {
776 esc_html_e(
777 'Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.',
778 'jetpack'
779 );
780 }
781 add_action( 'jetpack_module_more_info_google-analytics', 'jetpack_google_analytics_more_info' );
782
783 /**
784 * WooCommerce Analytics support link.
785 */
786 function jetpack_woocommerce_analytics_more_link() {
787 echo 'https://jetpack.com/support/';
788 }
789 add_action( 'jetpack_learn_more_button_woocommerce-analytics', 'jetpack_woocommerce_analytics_more_link' );
790
791 /**
792 * WooCommerce Analytics description.
793 */
794 function jetpack_woocommerce_analytics_more_info() {
795 esc_html_e(
796 'Enhanced analytics for WooCommerce and Jetpack users.',
797 'jetpack'
798 );
799 }
800 add_action( 'jetpack_module_more_info_woocommerce-analytics', 'jetpack_woocommerce_analytics_more_info' );
801
802 /**
803 * Search support link.
804 */
805 function jetpack_search_more_link() {
806 echo 'https://jetpack.com/support/search/';
807 }
808 add_action( 'jetpack_learn_more_button_search', 'jetpack_search_more_link' );
809
810 /**
811 * Search description.
812 */
813 function jetpack_search_more_info() {
814 esc_html_e(
815 'Enhanced search, powered by Elasticsearch, a powerful replacement for WordPress search.',
816 'jetpack'
817 );
818 }
819 add_action( 'jetpack_module_more_info_search', 'jetpack_search_more_info' );
820
821 /**
822 * Comment Likes support link.
823 */
824 function jetpack_comment_likes_more_link() {
825 echo 'https://jetpack.com/support/comment-likes/';
826 }
827 add_action( 'jetpack_learn_more_button_comment-likes', 'jetpack_comment_likes_more_link' );
828
829 /**
830 * Comment Likes description.
831 */
832 function jetpack_comment_likes_more_info() {
833 esc_html_e(
834 'Increase visitor engagement by adding a Like button to comments.',
835 'jetpack'
836 );
837 }
838 add_action( 'jetpack_module_more_info_comment-likes', 'jetpack_comment_likes_more_info' );
839
840 /**
841 * Asset CDN support link.
842 */
843 function jetpack_assetcdn_more_link() {
844 echo 'https://jetpack.com/support/asset-cdn/';
845 }
846 add_action( 'jetpack_learn_more_button_photon-cdn', 'jetpack_assetcdn_more_link' );
847
848 /**
849 * Asset CDN description.
850 */
851 function jetpack_assetcdn_more_info() {
852 esc_html_e(
853 'Our asset CDN is a site acceleration service.
854 That means that we host static assets like JavaScript and CSS shipped with WordPress Core and Jetpack from our servers, alleviating the load on your server.',
855 'jetpack'
856 );
857 }
858 add_action( 'jetpack_module_more_info_photon-cdn', 'jetpack_assetcdn_more_info' );
859
860 /**
861 * Copy Post support link.
862 */
863 function jetpack_copy_post_more_link() {
864 echo 'https://jetpack.com/support/copy-post-2/';
865 }
866 add_action( 'jetpack_learn_more_button_copy-post', 'jetpack_copy_post_more_link' );
867
868 /**
869 * Copy Post description.
870 */
871 function jetpack_more_info_copy_post() {
872 esc_html_e( 'Create a new post based on an existing post.', 'jetpack' );
873 }
874 add_action( 'jetpack_module_more_info_copy-post', 'jetpack_more_info_copy_post' );
875