Get all registered menu items for the options-connectors page.
Source
function wp_get_options_connectors_menu_items() {
global $wp_options_connectors_menu_items;
return $wp_options_connectors_menu_items ?? array();
}
Get all registered menu items for the options-connectors page.
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.