wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



font_dir › Filtr WordPress Hooks

Od6.5.0
Przestarzałyn/a
apply_filters( 'font_dir', $font_dir )
Parametry:
  • (array) $font_dir { Array of information about the font upload directory. @type string $path Base directory and subdirectory or full path to the fonts upload directory. @type string $url Base URL and subdirectory or absolute URL to the fonts upload directory. @type string $subdir Subdirectory @type string $basedir Path without subdir. @type string $baseurl URL path without subdir. @type string|false $error False or error message. }
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the fonts directory data.

This filter allows developers to modify the fonts directory data.





Źródło

return apply_filters( 'font_dir', $font_dir );