astra_webfont_loader_instance( string $font_url = '' )

Create instance of Astra_WebFont_Loader class.


Description


Parameters

$font_url

(string) (Optional) Google font URL to set data.

Default value: ''


Return

(object)


Source

File: inc/lib/webfont/class-astra-webfont-loader.php

function astra_webfont_loader_instance( $font_url = '' ) {
	return new Astra_WebFont_Loader( $font_url );
}

Changelog

Changelog
Version Description
3.6.0 Introduced.


User Contributed Notes

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