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



get_site_editor_wp_admin_routes › WordPress Function

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

Get all registered routes for the site-editor-wp-admin page.



Quellcode

function get_site_editor_wp_admin_routes() {
		global $wp_site_editor_wp_admin_routes;
		return $wp_site_editor_wp_admin_routes ?? array();
	}
}