pre_jetpack_get_google_fonts_data

pre_jetpack_get_google_fonts_data

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('pre_jetpack_get_google_fonts_data') is found 1 times:

  • /modules/google-fonts/current/load-google-fonts.php line 34
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    * @since 13.7
     *
     * @param null|array $pre The pre-filtered Google Fonts data, default null.
     */
    $pre = apply_filters( 'pre_jetpack_get_google_fonts_data', null );
    if ( null !== $pre ) {
        return $pre;
    }
     
    $default_google_fonts_api_url        = 'https://fonts.gstatic.com';
    $jetpack_google_fonts_collection_url = 'https://s0.wp.com/i/font-collections/jetpack-google-fonts.json';