SyntaxFix
Write A Post
Hire A Developer
Questions
It happens when $ret hasn't been defined. The solution is simple. Right above $tags = get_tags();, add the following line:
$ret
$tags = get_tags();
$ret = array();