WP_Connector_Registry::get_instance(): WP_Connector_Registry|null In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Retrieves the main instance of the registry class. Return WP_Connector_Registry|null The main registry instance, or null if not yet initialized. Source public static function get_instance(): ?self { return self::$instance; } View all references View on Trac View on GitHub Related Used byDescriptionwp_is_connector_registered()wp-includes/connectors.phpChecks if a connector is registered. wp_get_connector()wp-includes/connectors.phpRetrieves a registered connector. wp_get_connectors()wp-includes/connectors.phpRetrieves all registered connectors. Changelog VersionDescription7.0.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.