This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Astra_Flush_Local_Fonts::get_fonts_folder()

Get the fonts folder path.


Description


Return

(string) Fonts folder path.


Source

File: inc/abilities/admin/settings/performance/class-astra-flush-local-fonts.php

	private function get_fonts_folder() {
		$upload_dir = wp_upload_dir();
		return $upload_dir['basedir'] . '/astra-webfonts/';
	}


User Contributed Notes

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