Astra_WebFont_Loader::get_local_stylesheet_filename()

Get the local stylesheet filename.


Description

This is a hash, generated from the site-URL, the wp-content path and the URL. This way we can avoid issues with sites changing their URL, or the wp-content path etc.


Return

(string)


Source

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

	public function get_local_stylesheet_filename() {
		return apply_filters( 'astra_local_font_file_name', 'astra-local-fonts' );
	}

Changelog

Changelog
Version Description
3.6.0 Introduced.


User Contributed Notes

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