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



wp_unregister_font_collection › WordPress Function

Od6.5.0
Przestarzałyn/a
wp_unregister_font_collection ( $slug )
Parametry:
  • (string) $slug Font collection slug.
    Wymagane: Tak
Powrót:
  • (bool) True if the font collection was unregistered successfully, else false.
Zdefiniowane na:
Codex:

Unregisters a font collection from the Font Library.



Źródło

function wp_unregister_font_collection( string $slug ) {
	return WP_Font_Library::get_instance()->unregister_font_collection( $slug );
}