'Your users will be able to log in to your site with their WordPress.com account.
This includes two-factor authentication making it the safest login mechanism for your site.',
add_action( 'jetpack_module_more_info_sso', 'jetpack_sso_more_info' );
function jetpack_monitor_more_link() {
echo esc_url( Redirect::get_url( 'jetpack-support-monitor' ) );
add_action( 'jetpack_learn_more_button_monitor', 'jetpack_monitor_more_link' );
function jetpack_monitor_more_info() {
'Jetpack checks your site every five minutes and if any downtime is detected you will receive an email
notification alerting you to the issue, so you can act quickly and get your site back online.',
add_action( 'jetpack_module_more_info_monitor', 'jetpack_monitor_more_info' );
* Related Posts support link.
function jetpack_related_posts_more_button() {
echo esc_url( Redirect::get_url( 'jetpack-support-related-posts' ) );
add_action( 'jetpack_learn_more_button_related-posts', 'jetpack_related_posts_more_button' );
* Related Posts description.
function jetpack_related_posts_more_info() {
'Show visitors related content from your site at the bottom of your posts. This encourages them
to browse more content, explore your site, and transform them into regular readers.',
add_action( 'jetpack_module_more_info_related-posts', 'jetpack_related_posts_more_info' );
function jetpack_markdown_more_link() {
echo esc_url( Redirect::get_url( 'jetpack-support-markdown' ) );
add_action( 'jetpack_learn_more_button_markdown', 'jetpack_markdown_more_link' );
function jetpack_markdown_more_info() {
'Compose posts and comments with links, lists, and other styles using regular characters and
punctuation marks. A quick and easy way to format text without needing any HTML or coding.',
add_action( 'jetpack_module_more_info_markdown', 'jetpack_markdown_more_info' );
* Site Verification Tools support link.
function jetpack_verification_tools_more_link() {
echo esc_url( Redirect::get_url( 'jetpack-support-site-verification-tools' ) );
add_action( 'jetpack_learn_more_button_verification-tools', 'jetpack_verification_tools_more_link' );
* Site Verification Tools description.
function jetpack_verification_tools_more_info() {
'Verify your site ownership with services like Google, Bing, Pinterest, Yandex, and Facebook. This gives you access to
advanced features on these services and get verification badges.',
add_action( 'jetpack_module_more_info_verification-tools', 'jetpack_verification_tools_more_info' );
* SEO Tools support link.
function jetpack_seo_tools_more_link() {
echo esc_url( Redirect::get_url( 'jetpack-support-seo-tools' ) );
add_action( 'jetpack_learn_more_button_seo-tools', 'jetpack_seo_tools_more_link' );
function jetpack_seo_tools_more_info() {
'Better results on search engines and social media.',
add_action( 'jetpack_module_more_info_seo-tools', 'jetpack_seo_tools_more_info' );
* Custom Content Types support link.
function jetpack_custom_content_types_more_link() {
echo esc_url( Redirect::get_url( 'jetpack-support-custom-content-types' ) );
add_action( 'jetpack_learn_more_button_custom-content-types', 'jetpack_custom_content_types_more_link' );
* Custom Content Types description.
function jetpack_custom_content_types_more_info() {
'Add and organize content that doesn’t necessarily fit into a post or static page such as portfolios
or testimonials. Custom content can be visible at specific URLs, or you may add them with shortcodes.',
add_action( 'jetpack_module_more_info_custom-content-types', 'jetpack_custom_content_types_more_info' );
function jetpack_manage_more_link() {
echo esc_url( Redirect::get_url( 'jetpack-support-site-management' ) );
add_action( 'jetpack_learn_more_button_manage', 'jetpack_manage_more_link' );
function jetpack_custom_jetpack_manage() {
'Manage and update this and other WordPress sites from one simple dashboard on WordPress.com. You can update
plugins, set them to automatically update, and (de)activate them on a per-site basis or in bulk from
wordpress.com/plugins. You can also use the brand new and mobile-friendly post editor on WordPress.com as well
as view and activate installed themes and create or edit site menus.',
add_action( 'jetpack_module_more_info_manage', 'jetpack_custom_jetpack_manage' );
function jetpack_post_list_link() {
echo esc_url( Redirect::get_url( 'jetpack-support-post-list' ) );
add_action( 'jetpack_learn_more_button_post-list', 'jetpack_post_list_link' );
function jetpack_post_list_info() {
'Display extra information alongside each post in your dashboard’s Posts screen.',
add_action( 'jetpack_module_more_info_post-list', 'jetpack_post_list_info' );
function jetpack_sitemaps_more_link() {
echo esc_url( Redirect::get_url( 'jetpack-support-sitemaps' ) );
add_action( 'jetpack_learn_more_button_sitemaps', 'jetpack_sitemaps_more_link' );
function jetpack_xml_sitemap_more_info() {
'Automatically create two sitemap files that list the URLs of posts and pages in your site.
This makes it easier for search engines (like Google) to include your site in relevant search results.',
add_action( 'jetpack_module_more_info_sitemaps', 'jetpack_xml_sitemap_more_info' );
function jetpack_wordads_more_link() {
echo 'https://wordads.co/';
add_action( 'jetpack_learn_more_button_wordads', 'jetpack_wordads_more_link' );
function jetpack_wordads_more_info() {
'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!',
add_action( 'jetpack_module_more_info_wordads', 'jetpack_wordads_more_info' );
* Google Analytics support link.
function jetpack_google_analytics_more_link() {
echo esc_url( Redirect::get_url( 'jetpack-support-google-analytics' ) );
add_action( 'jetpack_learn_more_button_google-analytics', 'jetpack_google_analytics_more_link' );
* Google Analytics description.
function jetpack_google_analytics_more_info() {
'Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.',
add_action( 'jetpack_module_more_info_google-analytics', 'jetpack_google_analytics_more_info' );
* WooCommerce Analytics support link.
function jetpack_woocommerce_analytics_more_link() {
echo esc_url( Redirect::get_url( 'jetpack-support-woocommerce-analytics' ) );
add_action( 'jetpack_learn_more_button_woocommerce-analytics', 'jetpack_woocommerce_analytics_more_link' );
* WooCommerce Analytics description.
function jetpack_woocommerce_analytics_more_info() {
'Enhanced analytics for WooCommerce and Jetpack users.',
add_action( 'jetpack_module_more_info_woocommerce-analytics', 'jetpack_woocommerce_analytics_more_info' );
function jetpack_search_more_link() {
echo esc_url( Redirect::get_url( 'jetpack-support-search' ) );
add_action( 'jetpack_learn_more_button_search', 'jetpack_search_more_link' );
function jetpack_search_more_info() {
'Help visitors quickly find answers with highly relevant instant search results and powerful filtering.',
add_action( 'jetpack_module_more_info_search', 'jetpack_search_more_info' );
* Comment Likes support link.
function jetpack_comment_likes_more_link() {
echo esc_url( Redirect::get_url( 'jetpack-support-comment-likes' ) );
add_action( 'jetpack_learn_more_button_comment-likes', 'jetpack_comment_likes_more_link' );
* Comment Likes description.
function jetpack_comment_likes_more_info() {
'Increase visitor engagement by adding a Like button to comments.',
add_action( 'jetpack_module_more_info_comment-likes', 'jetpack_comment_likes_more_info' );
* Asset CDN support link.
function jetpack_assetcdn_more_link() {
echo esc_url( Redirect::get_url( 'jetpack-support-asset-cdn' ) );
add_action( 'jetpack_learn_more_button_photon-cdn', 'jetpack_assetcdn_more_link' );
function jetpack_assetcdn_more_info() {
'Our asset CDN is a site acceleration service.
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.',
add_action( 'jetpack_module_more_info_photon-cdn', 'jetpack_assetcdn_more_info' );
* Copy Post support link.
function jetpack_copy_post_more_link() {
echo esc_url( Redirect::get_url( 'jetpack-support-copy-post' ) );
add_action( 'jetpack_learn_more_button_copy-post', 'jetpack_copy_post_more_link' );
function jetpack_more_info_copy_post() {
esc_html_e( 'Create a new post based on an existing post.', 'jetpack' );
add_action( 'jetpack_module_more_info_copy-post', 'jetpack_more_info_copy_post' );
* Google Fonts support link.
function jetpack_google_fonts_more_link() {
echo esc_url( Redirect::get_url( 'jetpack-support-google-fonts' ) );
add_action( 'jetpack_learn_more_button_google-fonts', 'jetpack_google_fonts_more_link' );
* Google Fonts description.
function jetpack_more_info_google_fonts() {
esc_html_e( 'A selection of Google fonts for block enabled themes. This feature is still being developed.', 'jetpack' );
add_action( 'jetpack_module_more_info_google-fonts', 'jetpack_more_info_google_fonts' );
* Account Protection support link.
function jetpack_account_protection_more_link() {
echo esc_url( Redirect::get_url( 'jetpack-account-protection' ) );
add_action( 'jetpack_learn_more_button_account-protection', 'jetpack_account_protection_more_link' );
* Account Protection description.
function jetpack_more_info_account_protection() {
esc_html_e( 'Enabling this setting enhances account security by detecting compromised passwords and enforcing additional verification when needed.', 'jetpack' );
add_action( 'jetpack_module_more_info_account-protection', 'jetpack_more_info_account_protection' );
function jetpack_waf_more_link() {
echo esc_url( Redirect::get_url( 'jetpack-support-waf' ) );
add_action( 'jetpack_learn_more_button_waf', 'jetpack_waf_more_link' );
function jetpack_more_info_waf() {
esc_html_e( 'The Jetpack Firewall is a web application firewall designed to protect your WordPress site from malicious requests.', 'jetpack' );
add_action( 'jetpack_module_more_info_waf', 'jetpack_more_info_waf' );
function jetpack_blaze_more_link() {
echo esc_url( Redirect::get_url( 'jetpack-support-blaze' ) );
add_action( 'jetpack_learn_more_button_blaze', 'jetpack_blaze_more_link' );
function jetpack_more_info_blaze() {
esc_html_e( 'Grow your audience by promoting your content across Tumblr and WordPress.com.', 'jetpack' );
add_action( 'jetpack_module_more_info_blaze', 'jetpack_more_info_blaze' );
* WordPress.com Reader support link.
function jetpack_wpcom_reader_more_link() {
echo esc_url( Redirect::get_url( 'jetpack-support-reader' ) );
add_action( 'jetpack_learn_more_button_wpcom-reader', 'jetpack_wpcom_reader_more_link' );
* WordPress.com Reader description.
function jetpack_more_info_wpcom_reader() {
esc_html_e( 'Quickly access the WordPress.com Reader from your site’s admin bar.', 'jetpack' );
add_action( 'jetpack_module_more_info_wpcom-reader', 'jetpack_more_info_wpcom_reader' );