Filters the Google Fonts API URL.
jetpack_google_fonts_api_url
jetpack_google_fonts_api_urljetpack_google_fonts_api_urlFilters the Google Fonts API URL.
pre_jetpack_get_google_fonts_dataFilters the Google Fonts data before the default retrieval process. This filter allows short-circuiting the default Google Fonts data retrieval process. Returning a non-null value from this filter will bypass the default retrieval and return the filtered value instead.
jetpack_google_fonts_skip_loadFilters whether to skip loading the Jetpack Google Fonts module. This filter allows skipping the loading of the Jetpack Google Fonts module based on specific conditions or requirements. By default, the module will load normally. If the filter returns true, the module will be skipped.
jetpack_dtp_fb_mediaLog Media details for a Post creation request. Temporary logging for media data.
jetpack_json_api_comment_typesFilter the comment types that are allowed to be returned.
jetpack_is_under_construction_pluginAllow plugins to mark a site as “under construction”.
jetpack_generate_email_preview_htmlFilters the generated email preview HTML.
jetpack_debugger_run_self_testDetermines if the WP.com testing suite should be included.
myjetpack_enqueue_scriptsFires after the My Jetpack page is initialized. Allows for enqueuing additional scripts only on the My Jetpack page.
jetpack_forms_response_email_templateFilter the filename of the template HTML surrounding the response email. The PHP file will return the template in a variable called $template.