WP_Connector_Registry::get_all_registered(): array

In this article

Retrieves the list of all registered connectors.

Description

Do not use this method directly. Instead, use the wp_get_connectors() function.

See also

Return

array Connector settings keyed by connector ID.

Source

public function get_all_registered(): array {
	return $this->registered_connectors;
}

Changelog

VersionDescription
7.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.