wp-includes/connectors.php:150Retrieves all registered connectors.
array...$0array
$namestring
$descriptionstring
$logo_urlstring
$typestring
$authenticationarray
$methodstring
$credentials_urlstring
$setting_namestring
$constant_namestring
$env_var_namestring
$filestring
$is_activecallable
function wp_get_connectors(): array { $registry = WP_Connector_Registry::get_instance(); if ( null === $registry ) { return array(); } return $registry->get_all_registered();}Introduced in 7.0.0. Unchanged from 7.0.4 through 7.1.0.
Signature, return type and hooks compared across 2 parsed releases.
src/wp-includes/connectors.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.