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



get_font_library_routes › WordPress Function

Sincen/a
Deprecatedn/a
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 get_font_library_routes() {
		global $wp_font_library_routes;
		return $wp_font_library_routes ?? array();
	}
}