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



wp_get_options_connectors_routes › WordPress Function

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

Get all registered routes for the options-connectors page.



Quellcode

function wp_get_options_connectors_routes() {
	global $wp_options_connectors_routes;
	return $wp_options_connectors_routes ?? array();
}