Checks if an icon collection is registered.
Parameters
$collection_slugstring|nullrequired- Icon collection slug.
Source
public function is_registered( $collection_slug ) {
return isset( $collection_slug, $this->registered_collections[ $collection_slug ] );
}
Changelog
| Version | Description |
|---|---|
| 7.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.