Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/jetpack/modules
File: module-info.php
'Your users will be able to log in to your site with their WordPress.com account.
[500] Fix | Delete
This includes two-factor authentication making it the safest login mechanism for your site.',
[501] Fix | Delete
'jetpack'
[502] Fix | Delete
);
[503] Fix | Delete
}
[504] Fix | Delete
add_action( 'jetpack_module_more_info_sso', 'jetpack_sso_more_info' );
[505] Fix | Delete
[506] Fix | Delete
/**
[507] Fix | Delete
* Monitor support link.
[508] Fix | Delete
*/
[509] Fix | Delete
function jetpack_monitor_more_link() {
[510] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-support-monitor' ) );
[511] Fix | Delete
}
[512] Fix | Delete
add_action( 'jetpack_learn_more_button_monitor', 'jetpack_monitor_more_link' );
[513] Fix | Delete
[514] Fix | Delete
/**
[515] Fix | Delete
* Monitor description.
[516] Fix | Delete
*/
[517] Fix | Delete
function jetpack_monitor_more_info() {
[518] Fix | Delete
esc_html_e(
[519] Fix | Delete
'Jetpack checks your site every five minutes and if any downtime is detected you will receive an email
[520] Fix | Delete
notification alerting you to the issue, so you can act quickly and get your site back online.',
[521] Fix | Delete
'jetpack'
[522] Fix | Delete
);
[523] Fix | Delete
}
[524] Fix | Delete
add_action( 'jetpack_module_more_info_monitor', 'jetpack_monitor_more_info' );
[525] Fix | Delete
[526] Fix | Delete
/**
[527] Fix | Delete
* Related Posts support link.
[528] Fix | Delete
*/
[529] Fix | Delete
function jetpack_related_posts_more_button() {
[530] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-support-related-posts' ) );
[531] Fix | Delete
}
[532] Fix | Delete
add_action( 'jetpack_learn_more_button_related-posts', 'jetpack_related_posts_more_button' );
[533] Fix | Delete
[534] Fix | Delete
/**
[535] Fix | Delete
* Related Posts description.
[536] Fix | Delete
*/
[537] Fix | Delete
function jetpack_related_posts_more_info() {
[538] Fix | Delete
esc_html_e(
[539] Fix | Delete
'Show visitors related content from your site at the bottom of your posts. This encourages them
[540] Fix | Delete
to browse more content, explore your site, and transform them into regular readers.',
[541] Fix | Delete
'jetpack'
[542] Fix | Delete
);
[543] Fix | Delete
}
[544] Fix | Delete
add_action( 'jetpack_module_more_info_related-posts', 'jetpack_related_posts_more_info' );
[545] Fix | Delete
[546] Fix | Delete
/**
[547] Fix | Delete
* Markdown support link.
[548] Fix | Delete
*/
[549] Fix | Delete
function jetpack_markdown_more_link() {
[550] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-support-markdown' ) );
[551] Fix | Delete
}
[552] Fix | Delete
add_action( 'jetpack_learn_more_button_markdown', 'jetpack_markdown_more_link' );
[553] Fix | Delete
[554] Fix | Delete
/**
[555] Fix | Delete
* Markdown description.
[556] Fix | Delete
*/
[557] Fix | Delete
function jetpack_markdown_more_info() {
[558] Fix | Delete
esc_html_e(
[559] Fix | Delete
'Compose posts and comments with links, lists, and other styles using regular characters and
[560] Fix | Delete
punctuation marks. A quick and easy way to format text without needing any HTML or coding.',
[561] Fix | Delete
'jetpack'
[562] Fix | Delete
);
[563] Fix | Delete
}
[564] Fix | Delete
add_action( 'jetpack_module_more_info_markdown', 'jetpack_markdown_more_info' );
[565] Fix | Delete
[566] Fix | Delete
/**
[567] Fix | Delete
* Site Verification Tools support link.
[568] Fix | Delete
*/
[569] Fix | Delete
function jetpack_verification_tools_more_link() {
[570] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-support-site-verification-tools' ) );
[571] Fix | Delete
}
[572] Fix | Delete
add_action( 'jetpack_learn_more_button_verification-tools', 'jetpack_verification_tools_more_link' );
[573] Fix | Delete
[574] Fix | Delete
/**
[575] Fix | Delete
* Site Verification Tools description.
[576] Fix | Delete
*/
[577] Fix | Delete
function jetpack_verification_tools_more_info() {
[578] Fix | Delete
esc_html_e(
[579] Fix | Delete
'Verify your site ownership with services like Google, Bing, Pinterest, Yandex, and Facebook. This gives you access to
[580] Fix | Delete
advanced features on these services and get verification badges.',
[581] Fix | Delete
'jetpack'
[582] Fix | Delete
);
[583] Fix | Delete
}
[584] Fix | Delete
add_action( 'jetpack_module_more_info_verification-tools', 'jetpack_verification_tools_more_info' );
[585] Fix | Delete
[586] Fix | Delete
/**
[587] Fix | Delete
* SEO Tools support link.
[588] Fix | Delete
*/
[589] Fix | Delete
function jetpack_seo_tools_more_link() {
[590] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-support-seo-tools' ) );
[591] Fix | Delete
}
[592] Fix | Delete
add_action( 'jetpack_learn_more_button_seo-tools', 'jetpack_seo_tools_more_link' );
[593] Fix | Delete
[594] Fix | Delete
/**
[595] Fix | Delete
* SEO Tools description.
[596] Fix | Delete
*/
[597] Fix | Delete
function jetpack_seo_tools_more_info() {
[598] Fix | Delete
esc_html_e(
[599] Fix | Delete
'Better results on search engines and social media.',
[600] Fix | Delete
'jetpack'
[601] Fix | Delete
);
[602] Fix | Delete
}
[603] Fix | Delete
add_action( 'jetpack_module_more_info_seo-tools', 'jetpack_seo_tools_more_info' );
[604] Fix | Delete
[605] Fix | Delete
/**
[606] Fix | Delete
* Custom Content Types support link.
[607] Fix | Delete
*/
[608] Fix | Delete
function jetpack_custom_content_types_more_link() {
[609] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-support-custom-content-types' ) );
[610] Fix | Delete
}
[611] Fix | Delete
add_action( 'jetpack_learn_more_button_custom-content-types', 'jetpack_custom_content_types_more_link' );
[612] Fix | Delete
[613] Fix | Delete
/**
[614] Fix | Delete
* Custom Content Types description.
[615] Fix | Delete
*/
[616] Fix | Delete
function jetpack_custom_content_types_more_info() {
[617] Fix | Delete
esc_html_e(
[618] Fix | Delete
'Add and organize content that doesn’t necessarily fit into a post or static page such as portfolios
[619] Fix | Delete
or testimonials. Custom content can be visible at specific URLs, or you may add them with shortcodes.',
[620] Fix | Delete
'jetpack'
[621] Fix | Delete
);
[622] Fix | Delete
}
[623] Fix | Delete
add_action( 'jetpack_module_more_info_custom-content-types', 'jetpack_custom_content_types_more_info' );
[624] Fix | Delete
[625] Fix | Delete
/**
[626] Fix | Delete
* Manage support link.
[627] Fix | Delete
*/
[628] Fix | Delete
function jetpack_manage_more_link() {
[629] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-support-site-management' ) );
[630] Fix | Delete
}
[631] Fix | Delete
add_action( 'jetpack_learn_more_button_manage', 'jetpack_manage_more_link' );
[632] Fix | Delete
[633] Fix | Delete
/**
[634] Fix | Delete
* Manage description.
[635] Fix | Delete
*/
[636] Fix | Delete
function jetpack_custom_jetpack_manage() {
[637] Fix | Delete
esc_html_e(
[638] Fix | Delete
'Manage and update this and other WordPress sites from one simple dashboard on WordPress.com. You can update
[639] Fix | Delete
plugins, set them to automatically update, and (de)activate them on a per-site basis or in bulk from
[640] Fix | Delete
wordpress.com/plugins. You can also use the brand new and mobile-friendly post editor on WordPress.com as well
[641] Fix | Delete
as view and activate installed themes and create or edit site menus.',
[642] Fix | Delete
'jetpack'
[643] Fix | Delete
);
[644] Fix | Delete
}
[645] Fix | Delete
add_action( 'jetpack_module_more_info_manage', 'jetpack_custom_jetpack_manage' );
[646] Fix | Delete
[647] Fix | Delete
/**
[648] Fix | Delete
* Post list info.
[649] Fix | Delete
*/
[650] Fix | Delete
function jetpack_post_list_link() {
[651] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-support-post-list' ) );
[652] Fix | Delete
}
[653] Fix | Delete
add_action( 'jetpack_learn_more_button_post-list', 'jetpack_post_list_link' );
[654] Fix | Delete
[655] Fix | Delete
/**
[656] Fix | Delete
* Post List description.
[657] Fix | Delete
*/
[658] Fix | Delete
function jetpack_post_list_info() {
[659] Fix | Delete
esc_html_e(
[660] Fix | Delete
'Display extra information alongside each post in your dashboard’s Posts screen.',
[661] Fix | Delete
'jetpack'
[662] Fix | Delete
);
[663] Fix | Delete
}
[664] Fix | Delete
add_action( 'jetpack_module_more_info_post-list', 'jetpack_post_list_info' );
[665] Fix | Delete
[666] Fix | Delete
/**
[667] Fix | Delete
* Sitemaps support link.
[668] Fix | Delete
*/
[669] Fix | Delete
function jetpack_sitemaps_more_link() {
[670] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-support-sitemaps' ) );
[671] Fix | Delete
}
[672] Fix | Delete
add_action( 'jetpack_learn_more_button_sitemaps', 'jetpack_sitemaps_more_link' );
[673] Fix | Delete
[674] Fix | Delete
/**
[675] Fix | Delete
* Sitemaps description.
[676] Fix | Delete
*/
[677] Fix | Delete
function jetpack_xml_sitemap_more_info() {
[678] Fix | Delete
esc_html_e(
[679] Fix | Delete
'Automatically create two sitemap files that list the URLs of posts and pages in your site.
[680] Fix | Delete
This makes it easier for search engines (like Google) to include your site in relevant search results.',
[681] Fix | Delete
'jetpack'
[682] Fix | Delete
);
[683] Fix | Delete
}
[684] Fix | Delete
add_action( 'jetpack_module_more_info_sitemaps', 'jetpack_xml_sitemap_more_info' );
[685] Fix | Delete
[686] Fix | Delete
/**
[687] Fix | Delete
* WordAds support link.
[688] Fix | Delete
*/
[689] Fix | Delete
function jetpack_wordads_more_link() {
[690] Fix | Delete
echo 'https://wordads.co/';
[691] Fix | Delete
}
[692] Fix | Delete
add_action( 'jetpack_learn_more_button_wordads', 'jetpack_wordads_more_link' );
[693] Fix | Delete
[694] Fix | Delete
/**
[695] Fix | Delete
* WordAds description.
[696] Fix | Delete
*/
[697] Fix | Delete
function jetpack_wordads_more_info() {
[698] Fix | Delete
esc_html_e(
[699] Fix | Delete
'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!',
[700] Fix | Delete
'jetpack'
[701] Fix | Delete
);
[702] Fix | Delete
}
[703] Fix | Delete
add_action( 'jetpack_module_more_info_wordads', 'jetpack_wordads_more_info' );
[704] Fix | Delete
[705] Fix | Delete
/**
[706] Fix | Delete
* Google Analytics support link.
[707] Fix | Delete
*/
[708] Fix | Delete
function jetpack_google_analytics_more_link() {
[709] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-support-google-analytics' ) );
[710] Fix | Delete
}
[711] Fix | Delete
add_action( 'jetpack_learn_more_button_google-analytics', 'jetpack_google_analytics_more_link' );
[712] Fix | Delete
[713] Fix | Delete
/**
[714] Fix | Delete
* Google Analytics description.
[715] Fix | Delete
*/
[716] Fix | Delete
function jetpack_google_analytics_more_info() {
[717] Fix | Delete
esc_html_e(
[718] Fix | Delete
'Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.',
[719] Fix | Delete
'jetpack'
[720] Fix | Delete
);
[721] Fix | Delete
}
[722] Fix | Delete
add_action( 'jetpack_module_more_info_google-analytics', 'jetpack_google_analytics_more_info' );
[723] Fix | Delete
[724] Fix | Delete
/**
[725] Fix | Delete
* WooCommerce Analytics support link.
[726] Fix | Delete
*/
[727] Fix | Delete
function jetpack_woocommerce_analytics_more_link() {
[728] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-support-woocommerce-analytics' ) );
[729] Fix | Delete
}
[730] Fix | Delete
add_action( 'jetpack_learn_more_button_woocommerce-analytics', 'jetpack_woocommerce_analytics_more_link' );
[731] Fix | Delete
[732] Fix | Delete
/**
[733] Fix | Delete
* WooCommerce Analytics description.
[734] Fix | Delete
*/
[735] Fix | Delete
function jetpack_woocommerce_analytics_more_info() {
[736] Fix | Delete
esc_html_e(
[737] Fix | Delete
'Enhanced analytics for WooCommerce and Jetpack users.',
[738] Fix | Delete
'jetpack'
[739] Fix | Delete
);
[740] Fix | Delete
}
[741] Fix | Delete
add_action( 'jetpack_module_more_info_woocommerce-analytics', 'jetpack_woocommerce_analytics_more_info' );
[742] Fix | Delete
[743] Fix | Delete
/**
[744] Fix | Delete
* Search support link.
[745] Fix | Delete
*/
[746] Fix | Delete
function jetpack_search_more_link() {
[747] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-support-search' ) );
[748] Fix | Delete
}
[749] Fix | Delete
add_action( 'jetpack_learn_more_button_search', 'jetpack_search_more_link' );
[750] Fix | Delete
[751] Fix | Delete
/**
[752] Fix | Delete
* Search description.
[753] Fix | Delete
*/
[754] Fix | Delete
function jetpack_search_more_info() {
[755] Fix | Delete
esc_html_e(
[756] Fix | Delete
'Help visitors quickly find answers with highly relevant instant search results and powerful filtering.',
[757] Fix | Delete
'jetpack'
[758] Fix | Delete
);
[759] Fix | Delete
}
[760] Fix | Delete
add_action( 'jetpack_module_more_info_search', 'jetpack_search_more_info' );
[761] Fix | Delete
[762] Fix | Delete
/**
[763] Fix | Delete
* Comment Likes support link.
[764] Fix | Delete
*/
[765] Fix | Delete
function jetpack_comment_likes_more_link() {
[766] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-support-comment-likes' ) );
[767] Fix | Delete
}
[768] Fix | Delete
add_action( 'jetpack_learn_more_button_comment-likes', 'jetpack_comment_likes_more_link' );
[769] Fix | Delete
[770] Fix | Delete
/**
[771] Fix | Delete
* Comment Likes description.
[772] Fix | Delete
*/
[773] Fix | Delete
function jetpack_comment_likes_more_info() {
[774] Fix | Delete
esc_html_e(
[775] Fix | Delete
'Increase visitor engagement by adding a Like button to comments.',
[776] Fix | Delete
'jetpack'
[777] Fix | Delete
);
[778] Fix | Delete
}
[779] Fix | Delete
add_action( 'jetpack_module_more_info_comment-likes', 'jetpack_comment_likes_more_info' );
[780] Fix | Delete
[781] Fix | Delete
/**
[782] Fix | Delete
* Asset CDN support link.
[783] Fix | Delete
*/
[784] Fix | Delete
function jetpack_assetcdn_more_link() {
[785] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-support-asset-cdn' ) );
[786] Fix | Delete
}
[787] Fix | Delete
add_action( 'jetpack_learn_more_button_photon-cdn', 'jetpack_assetcdn_more_link' );
[788] Fix | Delete
[789] Fix | Delete
/**
[790] Fix | Delete
* Asset CDN description.
[791] Fix | Delete
*/
[792] Fix | Delete
function jetpack_assetcdn_more_info() {
[793] Fix | Delete
esc_html_e(
[794] Fix | Delete
'Our asset CDN is a site acceleration service.
[795] Fix | Delete
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.',
[796] Fix | Delete
'jetpack'
[797] Fix | Delete
);
[798] Fix | Delete
}
[799] Fix | Delete
add_action( 'jetpack_module_more_info_photon-cdn', 'jetpack_assetcdn_more_info' );
[800] Fix | Delete
[801] Fix | Delete
/**
[802] Fix | Delete
* Copy Post support link.
[803] Fix | Delete
*/
[804] Fix | Delete
function jetpack_copy_post_more_link() {
[805] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-support-copy-post' ) );
[806] Fix | Delete
}
[807] Fix | Delete
add_action( 'jetpack_learn_more_button_copy-post', 'jetpack_copy_post_more_link' );
[808] Fix | Delete
[809] Fix | Delete
/**
[810] Fix | Delete
* Copy Post description.
[811] Fix | Delete
*/
[812] Fix | Delete
function jetpack_more_info_copy_post() {
[813] Fix | Delete
esc_html_e( 'Create a new post based on an existing post.', 'jetpack' );
[814] Fix | Delete
}
[815] Fix | Delete
add_action( 'jetpack_module_more_info_copy-post', 'jetpack_more_info_copy_post' );
[816] Fix | Delete
[817] Fix | Delete
/**
[818] Fix | Delete
* Google Fonts support link.
[819] Fix | Delete
*/
[820] Fix | Delete
function jetpack_google_fonts_more_link() {
[821] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-support-google-fonts' ) );
[822] Fix | Delete
}
[823] Fix | Delete
add_action( 'jetpack_learn_more_button_google-fonts', 'jetpack_google_fonts_more_link' );
[824] Fix | Delete
[825] Fix | Delete
/**
[826] Fix | Delete
* Google Fonts description.
[827] Fix | Delete
*/
[828] Fix | Delete
function jetpack_more_info_google_fonts() {
[829] Fix | Delete
esc_html_e( 'A selection of Google fonts for block enabled themes. This feature is still being developed.', 'jetpack' );
[830] Fix | Delete
}
[831] Fix | Delete
add_action( 'jetpack_module_more_info_google-fonts', 'jetpack_more_info_google_fonts' );
[832] Fix | Delete
[833] Fix | Delete
/**
[834] Fix | Delete
* Account Protection support link.
[835] Fix | Delete
*/
[836] Fix | Delete
function jetpack_account_protection_more_link() {
[837] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-account-protection' ) );
[838] Fix | Delete
}
[839] Fix | Delete
add_action( 'jetpack_learn_more_button_account-protection', 'jetpack_account_protection_more_link' );
[840] Fix | Delete
[841] Fix | Delete
/**
[842] Fix | Delete
* Account Protection description.
[843] Fix | Delete
*/
[844] Fix | Delete
function jetpack_more_info_account_protection() {
[845] Fix | Delete
esc_html_e( 'Enabling this setting enhances account security by detecting compromised passwords and enforcing additional verification when needed.', 'jetpack' );
[846] Fix | Delete
}
[847] Fix | Delete
add_action( 'jetpack_module_more_info_account-protection', 'jetpack_more_info_account_protection' );
[848] Fix | Delete
[849] Fix | Delete
/**
[850] Fix | Delete
* WAF support link.
[851] Fix | Delete
*/
[852] Fix | Delete
function jetpack_waf_more_link() {
[853] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-support-waf' ) );
[854] Fix | Delete
}
[855] Fix | Delete
add_action( 'jetpack_learn_more_button_waf', 'jetpack_waf_more_link' );
[856] Fix | Delete
[857] Fix | Delete
/**
[858] Fix | Delete
* WAF description.
[859] Fix | Delete
*/
[860] Fix | Delete
function jetpack_more_info_waf() {
[861] Fix | Delete
esc_html_e( 'The Jetpack Firewall is a web application firewall designed to protect your WordPress site from malicious requests.', 'jetpack' );
[862] Fix | Delete
}
[863] Fix | Delete
add_action( 'jetpack_module_more_info_waf', 'jetpack_more_info_waf' );
[864] Fix | Delete
[865] Fix | Delete
/**
[866] Fix | Delete
* Blaze support link.
[867] Fix | Delete
*/
[868] Fix | Delete
function jetpack_blaze_more_link() {
[869] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-support-blaze' ) );
[870] Fix | Delete
}
[871] Fix | Delete
add_action( 'jetpack_learn_more_button_blaze', 'jetpack_blaze_more_link' );
[872] Fix | Delete
[873] Fix | Delete
/**
[874] Fix | Delete
* Blaze description.
[875] Fix | Delete
*/
[876] Fix | Delete
function jetpack_more_info_blaze() {
[877] Fix | Delete
esc_html_e( 'Grow your audience by promoting your content across Tumblr and WordPress.com.', 'jetpack' );
[878] Fix | Delete
}
[879] Fix | Delete
add_action( 'jetpack_module_more_info_blaze', 'jetpack_more_info_blaze' );
[880] Fix | Delete
[881] Fix | Delete
/**
[882] Fix | Delete
* WordPress.com Reader support link.
[883] Fix | Delete
*/
[884] Fix | Delete
function jetpack_wpcom_reader_more_link() {
[885] Fix | Delete
echo esc_url( Redirect::get_url( 'jetpack-support-reader' ) );
[886] Fix | Delete
}
[887] Fix | Delete
add_action( 'jetpack_learn_more_button_wpcom-reader', 'jetpack_wpcom_reader_more_link' );
[888] Fix | Delete
[889] Fix | Delete
/**
[890] Fix | Delete
* WordPress.com Reader description.
[891] Fix | Delete
*/
[892] Fix | Delete
function jetpack_more_info_wpcom_reader() {
[893] Fix | Delete
esc_html_e( 'Quickly access the WordPress.com Reader from your site’s admin bar.', 'jetpack' );
[894] Fix | Delete
}
[895] Fix | Delete
add_action( 'jetpack_module_more_info_wpcom-reader', 'jetpack_more_info_wpcom_reader' );
[896] Fix | Delete
[897] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function