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

apply_filters('pre_jetpack_get_google_fonts_data') is found 1 times:

  • /modules/google-fonts/current/load-google-fonts.php line 34
    	 * @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';