Astra_WebFont_Loader::get_subfolder_name()

Get the subfolder name.


Description


Return

(string)


Source

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

	public function get_subfolder_name() {
		if ( ! $this->subfolder_name ) {
			$this->subfolder_name = apply_filters( 'astra_local_fonts_directory_name', 'astra-local-fonts' );
		}
		return $this->subfolder_name;
	}

Changelog

Changelog
Version Description
3.6.0 Introduced.


User Contributed Notes

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