hooks are for pre-connection information * jetpack_module_more_info_connected_ hooks are used once the user * is connected to show them links to admin panels, usage info etc. * jetpack_search_terms_ filters are searchable from the settings page. * Separate your search terms by comma, and please send translation context with _x() */ // VaultPress (stub) function vaultpress_jetpack_more_info() { if ( function_exists( 'is_multisite' ) && is_multisite() ) { $vaultpress_url = 'http://vaultpress.com/jetpack-ms/'; } else { $vaultpress_url = 'http://vaultpress.com/jetpack/'; } ?>

' . esc_html__( 'VaultPress dashboard', 'jetpack' ) . '' ); ?>

' . esc_html__( 'Plans & Pricing', 'jetpack' ) . '' ); ?>

' . __( "Learn More", 'jetpack' ) . ''; } add_filter( 'jetpack_learn_more_button_vaultpress', 'vaultpress_jetpack_load_more_link' ); // Gravatar Hovercards function grofiles_more_info() { ?>

' . esc_html__( 'Learn More', 'jetpack' ) . ''; } add_filter( 'jetpack_learn_more_button_gravatar-hovercards', 'grofiles_load_more_link' ); // Shortcodes function jetpack_shortcodes_more_info() { ?>

'http://support.wordpress.com/archives-shortcode/', 'bandcamp' => 'http://en.support.wordpress.com/audio/bandcamp/', 'blip.tv' => 'http://support.wordpress.com/videos/bliptv/', 'dailymotion' => 'http://support.wordpress.com/videos/dailymotion/', 'facebook' => 'http://en.support.wordpress.com/facebook-integration/facebook-embeds/', 'flickr' => 'http://support.wordpress.com/videos/flickr-video/', 'gist' => 'http://en.support.wordpress.com/gist/', 'googlemaps' => 'http://support.wordpress.com/google-maps/', 'jetpack_subscription_form' => 'http://jetpack.me/support/subscriptions/#display', 'polldaddy' => 'http://support.polldaddy.com/wordpress-shortcodes/', 'presentation' => 'http://en.support.wordpress.com/presentations/', 'recipes' => 'http://en.support.wordpress.com/recipes/', 'scribd' => 'http://support.wordpress.com/scribd/', 'slideshare' => 'http://support.wordpress.com/slideshows/slideshare/', 'slideshow' => 'http://en.support.wordpress.com/slideshows/', 'soundcloud' => 'http://support.wordpress.com/audio/soundcloud-audio-player/', 'ted' => 'http://en.support.wordpress.com/videos/ted-talks/', 'twitter-timeline' => 'http://en.support.wordpress.com/widgets/twitter-timeline-widget/#embedding-with-a-shortcode', // 'upcomingevents' => 'http://en.support.wordpress.com/widgets/upcoming-events/#events-list-shortcode', 'vimeo' => 'http://support.wordpress.com/videos/vimeo/', 'vine' => 'http://en.support.wordpress.com/videos/vine/', 'youtube' => 'http://support.wordpress.com/videos/youtube/', ); $codes['wpvideo (VideoPress)'] = 'http://en.support.wordpress.com/videopress/'; $available = ''; foreach ( $codes as $code => $url ) { $available[] = '[' . $code . ']'; } ?>

' . esc_html__( 'Learn More' , 'jetpack' ) . ''; } add_filter( 'jetpack_learn_more_button_shortcodes', 'jetpack_shortcodes_load_more_link' ); // Shortlinks function wpme_more_info() { ?>

' . esc_html__( 'Learn More', 'jetpack' ) . ''; } add_filter( 'jetpack_learn_more_button_shortlinks', 'wpme_load_more_link' ); // WordPress.com Stats function stats_more_info() { ?>

view your stats dashboard here.', 'jetpack' ), admin_url( 'admin.php?page=stats' ) ); ?>

' . esc_html__( 'Learn More', 'jetpack' ) . ''; } add_filter( 'jetpack_learn_more_button_stats', 'stats_load_more_link' ); function jetpack_stats_search_terms( $terms ) { $terms = _x( 'statistics, tracking, analytics, views, traffic', 'search terms', 'jetpack' ); return $terms; } add_filter( 'jetpack_search_terms_stats', 'jetpack_stats_search_terms' ); // Publicize function publicize_more_info() { ?>

Publicize settings.', 'jetpack' ), menu_page_url( 'sharing', false ) ); ?>

' . esc_html__( 'Learn More', 'jetpack' ) . ''; } add_filter( 'jetpack_learn_more_button_publicize', 'publicize_load_more_link' ); // Notifications function notes_more_info() { ?>

on WordPress.com.', 'jetpack' ), 'http://wordpress.com/#!/notifications/' ); ?>

' . esc_html__( 'Learn More', 'jetpack' ) . ''; } add_filter( 'jetpack_learn_more_button_notes', 'notes_load_more_link' ); // LaTeX function latex_more_info() { ?>

LaTeX logo' ); ?>

' ); ?>

LaTeX logo' ); ?>

$latex your latex code here$ or [latex]your latex code here[/latex] to include %s in your posts and comments. There are all sorts of options available.', 'jetpack' ), 'LaTeX logo', 'http://support.wordpress.com/latex/' ); ?>

' . esc_html__( 'Learn More', 'jetpack' ) . ''; } add_filter( 'jetpack_learn_more_button_latex', 'latex_load_more_link' ); // Sharedaddy function sharedaddy_more_info() { ?>

Sharing menu.', 'jetpack' ), 'options-general.php?page=sharing' ); ?>

Sharing support page. This video also gives a swish run-down of how to use the Sharing feature. Watch it in HD for extra snazz!', 'jetpack' ), 'http://support.wordpress.com/sharing/' ); ?>

' . esc_html__( 'Learn More', 'jetpack' ) . ''; } add_filter( 'jetpack_learn_more_button_sharedaddy', 'sharedaddy_load_more_link' ); // After The Deadline function jpatd_more_info() { ?>

After the Deadline Proofreading service improves your writing by using artificial intelligence to find your errors and offer smart suggestions.", 'jetpack' ), 'http://www.afterthedeadline.com/' ); ?>

customization options, which you can edit in your profile.', 'jetpack' ), esc_url( get_edit_profile_url( get_current_user_id() ) ) . '#atd' ); ?>

' . esc_html__( 'Learn More', 'jetpack' ) . ''; } add_filter( 'jetpack_learn_more_button_after-the-deadline', 'jpatd_load_more_link' ); // RSS Links Widget, Image Widget, Twitter Widget function jetpack_widgets_more_info() { ?>

The Twitter Widget shows your latest tweets within a sidebar on your theme.', 'jetpack' ) ); ?>

The Facebook Like Box Widget shows your Facebook Like Box within a sidebar on your theme.', 'jetpack' ) ); ?>

The Image Widget lets you easily add images to a sidebar on your theme.', 'jetpack' ) ); ?>

The Gravatar Widget allows you to pull in your Gravatar image along with some of your Gravatar profile data.', 'jetpack' ) ); ?>

The Gallery Widget provides you with a simple way to display a photo gallery or slideshow in your blog’s sidebar. Requires the Tiled Gallery module.', 'jetpack' ) ); ?>

The Display WordPress Posts Widget lets you display up to ten recent posts from another WordPress.com blog, or a self-hosted WordPress site with Jetpack enabled.', 'jetpack' ) ); ?>

The Upcoming Events Widget allows you to use an iCalendar link to display a list of events on your site.', 'jetpack' ) ); ?>

Widgets. Drag them into one of your sidebars and configure away.', 'jetpack' ), admin_url( 'widgets.php' ) ); ?>

' . esc_html__( 'Learn More', 'jetpack' ) . ''; } add_filter( 'jetpack_learn_more_button_widgets', 'jetpack_widgets_load_more_link' ); // Subscriptions function jetpack_subscriptions_more_info() { ?>

' . __( 'To use the Subscriptions widget, go to Appearance → Widgets. Drag the widget labeled “Blog Subscriptions (Jetpack)” into one of your sidebars and configure away.', 'jetpack' ) . '

', admin_url( 'widgets.php' ) ); printf( '

' . __( 'You can also make changes to your Subscription settings at the bottom of the Discussion Settings page.', 'jetpack' ) . '

', admin_url( 'options-discussion.php#jetpack-subscriptions-settings' ) ); printf( '

' . __( 'To customize the emails sent from your blog to your followers, check the settings at the bottom of the Reading Settings page.', 'jetpack' ) . '

', admin_url( 'options-reading.php#follower-settings' ) ); } add_action( 'jetpack_module_more_info_subscriptions', 'jetpack_subscriptions_more_info' ); add_action( 'jetpack_module_more_info_connected_subscriptions', 'jetpack_subscriptions_more_info' ); function jetpack_subscriptions_load_more_link() { echo '' . esc_html__( 'Learn More', 'jetpack' ) . ''; } add_action( 'jetpack_learn_more_button_subscriptions', 'jetpack_subscriptions_load_more_link' ); // Enhanced Distribution function jetpack_enhanced_distribution_more_info() { ?>

' . esc_html__( 'Learn More', 'jetpack' ) . ''; } add_action( 'jetpack_learn_more_button_enhanced-distribution', 'jetpack_enhanced_distribution_more_link' ); // Protect function jetpack_protect_more_info() { ?>

' . esc_html__( 'Learn More', 'jetpack' ) . ''; } add_action( 'jetpack_learn_more_button_protect', 'jetpack_protect_more_link' ); function jetpack_protect_search_terms( $terms ) { $terms = _x( 'security, secure, protection, botnet, brute force', 'search terms', 'jetpack' ); return $terms; } add_filter( 'jetpack_search_terms_protect', 'jetpack_protect_search_terms' ); // JSON API function jetpack_json_api_more_info() { ?>

OAuth2 authentication system and WordPress.com REST API to manage and access your site's content.", 'jetpack' ); ?>

' . esc_html__( 'Learn More', 'jetpack' ) . ''; } add_action( 'jetpack_learn_more_button_json-api', 'jetpack_json_api_more_link' ); // Contact Form: START function jetpack_contact_form_learn_more_button() { echo '' . __( 'Learn More', 'jetpack' ) . ''; } function jetpack_contact_form_more_info() { echo ''; echo '

'; _e( 'A contact form is a great way to offer your readers the ability to get in touch, without giving out your personal email address.', 'jetpack' ); echo '

'; echo '

'; _e( 'Each contact form can easily be customized to fit your needs. When a user submits your contact form, the feedback will be filtered through Akismet (if it is active on your site) to make sure it’s not spam. Any legitimate feedback will then be emailed to you, and added to your feedback management area.', 'jetpack' ); echo '

'; } add_action( 'jetpack_learn_more_button_contact-form', 'jetpack_contact_form_learn_more_button' ); add_action( 'jetpack_module_more_info_contact-form', 'jetpack_contact_form_more_info' ); add_action( 'jetpack_module_more_info_connected_contact-form', 'jetpack_contact_form_more_info' ); // Contact Form: STOP // Jetpack Comments: START function jetpack_comments_learn_more_button() { echo '' . __( 'Learn More', 'jetpack' ) . ''; } function jetpack_comments_more_info() { ?>

Discussion Settings page.", 'jetpack' ), admin_url( 'options-discussion.php#jetpack-comments-settings' ) ); ?>

' . __( 'Learn More', 'jetpack' ) . ''; } function jetpack_carousel_more_info() { ?>

Edit CSS.', 'jetpack' ), admin_url( 'themes.php?page=editcss' ) ); ?>

' . __( 'Learn More', 'jetpack' ) . ''; } add_action( 'jetpack_learn_more_button_custom-css', 'jetpack_custom_css_more_button' ); add_action( 'jetpack_module_more_info_custom-css', 'jetpack_custom_css_more_info' ); // Custom CSS: STOP // Minileven: START function jetpack_minileven_more_info() { ?>

' . __( 'Learn More', 'jetpack' ) . ''; } add_action( 'jetpack_learn_more_button_minileven', 'jetpack_minileven_more_button' ); add_action( 'jetpack_module_more_info_minileven', 'jetpack_minileven_more_info' ); // Minileven: STOP // Infinite Scroll: START /** * */ function jetpack_infinite_scroll_more_info() { $support_text = sprintf( __( 'If you are a theme author, you can learn about adding support for Infinite Scroll at %1$s.', 'jetpack' ), 'http://jetpack.me/support/infinite-scroll/' ); ?>

Name : get_current_theme() ) ) ); ?>

WordPress Updates page.', 'jetpack' ), esc_url( admin_url( 'update-core.php' ) ) ); ?>

' . __( 'Learn More', 'jetpack' ) . ''; } add_action( 'jetpack_learn_more_button_infinite-scroll', 'jetpack_infinite_scroll_more_button' ); // Infinite Scroll: STOP // Post by Email: START function jetpack_post_by_email_more_info() { ?>

profile settings.', 'jetpack' ), esc_url( get_edit_profile_url( get_current_user_id() ) . '#post-by-email' ) ); ?>

' . __( 'Learn More', 'jetpack' ) . ''; } add_action( 'jetpack_module_more_info_post-by-email', 'jetpack_post_by_email_more_info' ); add_action( 'jetpack_module_more_info_connected_post-by-email', 'jetpack_post_by_email_more_info' ); add_action( 'jetpack_learn_more_button_post-by-email', 'jetpack_post_by_email_more_link' ); // Post by Email: STOP // Photon: START /** * */ function jetpack_photon_more_info() { ?>

' . __( 'Learn More', 'jetpack' ) . ''; } add_action( 'jetpack_learn_more_button_photon', 'jetpack_photon_more_link' ); // Photon: STOP // Tiled Galleries: START function jetpack_tiled_gallery_more_info() { ?>

Settings → Media and check the box next to "Display all your gallery pictures in a cool mosaic."', 'jetpack' ), admin_url( 'options-media.php' ) ); ?>

' . __( 'Learn More', 'jetpack' ) . ''; } add_action( 'jetpack_learn_more_button_tiled-gallery', 'jetpack_tiled_gallery_more_link' ); // Tiled Galleries: STOP // Likes: START function jetpack_likes_more_info() { ?>

' . __( 'Learn More', 'jetpack' ) . ''; } add_action( 'jetpack_learn_more_button_likes', 'jetpack_likes_more_link' ); // Likes: STOP // Omnisearch: START function jetpack_omnisearch_more_info() { ?>

' . __( 'Learn More', 'jetpack' ) . ''; } add_action( 'jetpack_module_more_info_omnisearch', 'jetpack_omnisearch_more_info' ); add_action( 'jetpack_learn_more_button_omnisearch', 'jetpack_omnisearch_more_link' ); // Omnisearch: STOP // Widget Visibility: START function jetpack_widget_visibility_more_info() { ?>

' . __( 'Learn More', 'jetpack' ) . ''; } add_action( 'jetpack_module_more_info_widget-visibility', 'jetpack_widget_visibility_more_info' ); add_action( 'jetpack_learn_more_button_widget-visibility', 'jetpack_widget_visibility_more_link' ); // Widget Visibility: STOP // VideoPress: START function jetpack_videopress_more_info() { ?>

VideoPress subscription. Once you have purchased a VideoPress subscription, click here to configure VideoPress.', 'jetpack' ), 'http://store.wordpress.com/premium-upgrades/videopress/', Jetpack::admin_url( 'page=jetpack&configure=videopress' ) ); ?>

' . __( 'Learn More', 'jetpack' ) . ''; } add_action( 'jetpack_learn_more_button_videopress', 'jetpack_videopress_more_link' ); // VideoPress: STOP // SSO: START function jetpack_sso_more_info() { ?>

' . __( 'Learn More', 'jetpack' ) . ''; } add_action( 'jetpack_module_more_info_sso', 'jetpack_sso_more_info' ); add_action( 'jetpack_learn_more_button_sso', 'jetpack_sso_more_link' ); // SSO: STOP // Monitor: START function jetpack_monitor_more_info() { ?>

' . esc_html__( 'Learn More', 'jetpack' ) . ''; } add_action( 'jetpack_learn_more_button_monitor', 'jetpack_monitor_more_link' ); // Monitor: STOP // Related Posts: START function jetpack_related_posts_more_info() { $template = <<