wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_get_media_editor_routes › WordPress Function

Seitn/v
Veraltetn/v
wp_get_media_editor_routes ( Keine Parameter )
Gibt zurück:
  • (array) Array of route objects.
Definiert in:
Codex:

Get all registered routes for the media-editor page.



Quellcode

function wp_get_media_editor_routes() {
	global $wp_media_editor_routes;
	return $wp_media_editor_routes ?? array();
}