This is how!
$video_hours_exploded = explode(':', $stats['videosDuration']); $video_hours = $video_hours_exploded[0].'h '.$video_hours_exploded[1].'m ';
This is how!
$video_hours_exploded = explode(':', $stats['videosDuration']); $video_hours = $video_hours_exploded[0].'h '.$video_hours_exploded[1].'m ';