wp_get_font_library_wp_admin_routes(): array

In this article

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

Return

array Array of route objects.

Source

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

User Contributed Notes

You must log in before being able to contribute a note or feedback.