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



get_font_library_wp_admin_routes › WordPress Function

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

Get all registered routes for the font-library-wp-admin page.



Source

function get_font_library_wp_admin_routes() {
		global $wp_font_library_wp_admin_routes;
		return $wp_font_library_wp_admin_routes ?? array();
	}
}