wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_get_font_dir › WordPress Function

Seit6.5.0
Veraltetn/v
wp_get_font_dir ( Keine Parameter )
Siehe:
Gibt zurück:
  • (array) See wp_font_dir() for description.
Definiert in:
Codex:

Retrieves font uploads directory information.

Same as wp_font_dir() but "light weight" as it doesn't attempt to create the font uploads directory. Intended for use in themes, when only 'basedir' and 'baseurl' are needed, generally in all cases when not uploading files.


Quellcode

function wp_get_font_dir() {
	return wp_font_dir( false );
}