jetpack_google_fonts_list

jetpack_google_fonts_list

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.2.1

apply_filters('jetpack_google_fonts_list') is found 2 times:

  • /modules/google-fonts/current/load-google-fonts.php line 76
    		$google_fonts_data['fontFamilies']
    	);
    
    	/** This filter is documented in modules/google-fonts/wordpress-6.3/load-google-fonts.php */
    	$google_font_list           = apply_filters( 'jetpack_google_fonts_list', $jetpack_google_fonts_list );
    	$available_google_fonts_map = array();
    
    	foreach ( $google_font_list as $google_font ) {
    		$available_google_fonts_map[ $google_font ] = true;
    	}
    
    
  • /modules/google-fonts/wordpress-6.3/load-google-fonts.php line 34
    	 * @since 10.8
    	 *
    	 * @param array $fonts_to_register Array of Google Font names to register.
    	 */
    	$fonts_to_register = apply_filters( 'jetpack_google_fonts_list', JETPACK_GOOGLE_FONTS_LIST );
    
    	foreach ( $fonts_to_register as $font_family ) {
    		$fonts = array();
    
    		$font_italic = array(
    			'font-family'  => $font_family,