• filter

    pre_jetpack_get_google_fonts_data

    Filters 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.

  • filter

    jetpack_google_fonts_skip_load

    Filters 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.

  • action

    jetpack_dtp_fb_media

    Log Media details for a Post creation request. Temporary logging for media data.

  • action

    myjetpack_enqueue_scripts

    Fires after the My Jetpack page is initialized. Allows for enqueuing additional scripts only on the My Jetpack page.

  • filter

    jetpack_forms_response_email_template

    Filter the filename of the template HTML surrounding the response email. The PHP file will return the template in a variable called $template.