Description

Returns an array of the project's tags, so you can loop through it and do your own magic.

Example output:

array(  
	0 => 'competition',  
	1 => 'environmentally-friendly',  
	2 => 'awards'  
)

Usage

<?php 
	$tags= projectTagsArray(); 
?>