wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_get_options_connectors_routes › WordPress Function

Sincen/a
Deprecatedn/a
wp_get_options_connectors_routes ( No parameters )
Returns:
  • (array) Array of route objects.
Defined at:
Codex:

Get all registered routes for the options-connectors page.



Source

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