Description

Returns true if the project has tags.

Usage

<?php 
	if ( projectHasTags() ) 
	{ 
		// Do something... 
	} 
?>