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();
}
Get all registered routes for the options-connectors page.
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.