1 code examples of PHP Instagram\Utils\InstagramHelper extracted from open source projects
public function getHashtags(): array
{
return InstagramHelper::buildHashtags($this->caption);
}