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



wp_get_content_types_routes › WordPress Function

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

Get all registered routes for the content-types page.



Quellcode

function wp_get_content_types_routes() {
	global $wp_content_types_routes;
	return $wp_content_types_routes ?? array();
}