wp-includes/class-wp-icon-collections-registry.php:207Checks if an icon collection is registered.
$collection_slugstring|nullbool public function is_registered( $collection_slug ) { return isset( $collection_slug, $this->registered_collections[ $collection_slug ] ); }Introduced in 7.1.0.
Signature, return type and hooks compared across 1 parsed release.
src/wp-includes/class-wp-icon-collections-registry.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.