wp_get_options_connectors_routes(): array

In this article

Get all registered routes for the options-connectors page.

Return

array Array of route objects.

Source

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

User Contributed Notes

You must log in before being able to contribute a note or feedback.