Programming Language PHP
Namespace Instagram\Utils
Class InstagramHelper
Method/Function buildHashtags
Total Examples 1
1 code examples of PHP Instagram\Utils\InstagramHelper::buildHashtags extracted from open source projects
public function getHashtags(): array
{
return InstagramHelper::buildHashtags($this->caption);
}