wp_get_options_connectors_menu_items(): array

In this article

Get all registered menu items for the options-connectors page.

Return

array Array of menu item objects.

Source

function wp_get_options_connectors_menu_items() {
	global $wp_options_connectors_menu_items;
	return $wp_options_connectors_menu_items ?? array();
}

User Contributed Notes

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