Title: wp-includes/class-wp-connector-registry.php | Developer.WordPress.org

---

# File: wp-includes/class-wp-connector-registry.php

 * method[WP_Connector_Registry::unregister()](https://developer.wordpress.org/reference/classes/wp_connector_registry/unregister/)
 * Unregisters a connector.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_connector_registry/unregister/#used-by)
   | Uses [4 functions](https://developer.wordpress.org/reference/classes/wp_connector_registry/unregister/#uses)
   | Source: [wp-includes/class-wp-connector-registry.php:316](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-connector-registry.php#L316-L331)
 * method[WP_Connector_Registry::get_all_registered()](https://developer.wordpress.org/reference/classes/wp_connector_registry/get_all_registered/)
 * Retrieves the list of all registered connectors.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_connector_registry/get_all_registered/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_connector_registry/get_all_registered/#uses)
   | Source: [wp-includes/class-wp-connector-registry.php:346](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-connector-registry.php#L346-L348)
 * method[WP_Connector_Registry::is_registered()](https://developer.wordpress.org/reference/classes/wp_connector_registry/is_registered/)
 * Checks if a connector is registered.
 * Used by [3 functions](https://developer.wordpress.org/reference/classes/wp_connector_registry/is_registered/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_connector_registry/is_registered/#uses)
   | Source: [wp-includes/class-wp-connector-registry.php:362](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-connector-registry.php#L362-L364)
 * method[WP_Connector_Registry::get_registered()](https://developer.wordpress.org/reference/classes/wp_connector_registry/get_registered/)
 * Retrieves a registered connector.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_connector_registry/get_registered/#used-by)
   | Uses [4 functions](https://developer.wordpress.org/reference/classes/wp_connector_registry/get_registered/#uses)
   | Source: [wp-includes/class-wp-connector-registry.php:382](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-connector-registry.php#L382-L393)
 * method[WP_Connector_Registry::get_instance()](https://developer.wordpress.org/reference/classes/wp_connector_registry/get_instance/)
 * Retrieves the main instance of the registry class.
 * Used by [3 functions](https://developer.wordpress.org/reference/classes/wp_connector_registry/get_instance/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_connector_registry/get_instance/#uses)
   | Source: [wp-includes/class-wp-connector-registry.php:402](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-connector-registry.php#L402-L404)
 * method[WP_Connector_Registry::set_instance()](https://developer.wordpress.org/reference/classes/wp_connector_registry/set_instance/)
 * Sets the main instance of the registry class.
 * Used by [1 function](https://developer.wordpress.org/reference/classes/wp_connector_registry/set_instance/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/classes/wp_connector_registry/set_instance/#uses)
   | Source: [wp-includes/class-wp-connector-registry.php:419](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-connector-registry.php#L419-L430)
 * method[WP_Connector_Registry::register()](https://developer.wordpress.org/reference/classes/wp_connector_registry/register/)
 * Registers a new connector.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_connector_registry/register/#used-by)
   | Uses [5 functions](https://developer.wordpress.org/reference/classes/wp_connector_registry/register/#uses)
   | Source: [wp-includes/class-wp-connector-registry.php:142](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-connector-registry.php#L142-L295)
 * class[WP_Connector_Registry](https://developer.wordpress.org/reference/classes/wp_connector_registry/)
 * Manages the registration and lookup of connectors.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_connector_registry/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_connector_registry/#uses)
   | Source: [wp-includes/class-wp-connector-registry.php:48](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-wp-connector-registry.php#L48-L431)