PUM_Integration_GoogleFonts::init()


Description Description


Source Source

File: classes/Integration/GoogleFonts.php

	public static function init() {
		// Set the API key based on options first then default second.
		self::$api_key = pum_get_option( 'google_fonts_api_key', self::$default_api_key );

		add_filter( 'pum_theme_font_family_options', array( __CLASS__, 'font_family_options' ), 20 );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.