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



get_site_editor_routes › WordPress Function

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

Get all registered routes for the site-editor page.



Quellcode

function get_site_editor_routes() {
		global $wp_site_editor_routes;
		return $wp_site_editor_routes ?? array();
	}
}