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