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



wp_get_experiments_routes › WordPress Function

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

Get all registered routes for the experiments page.



Quellcode

function wp_get_experiments_routes() {
	global $wp_experiments_routes;
	return $wp_experiments_routes ?? array();
}