wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_get_font_library_routes › WordPress Function

Sincen/a
Deprecatedn/a
wp_get_font_library_routes ( No parameters )
Returns:
  • (array) Array of route objects.
Defined at:
Codex:

Get all registered routes for the font-library page.



Source

function wp_get_font_library_routes() {
	global $wp_font_library_routes;
	return $wp_font_library_routes ?? array();
}