I'm working on a Wordpress project with the Willow theme and I'm getting the following error
Parse error: syntax error, unexpected '<' in /nfs/c11/h03/mnt/201560/domains/theilocompany.com/html/wp-content/themes/willow/vc_extends/willow_service_block.php on line 6
the willow_service_block.php file looks like this:
<?php
class WPBakeryShortCode_VC_WILLOW_Service_Block extends WPBakeryShortCode{
}
as you can see it only has 4 lines, but the error is on line 6, I'm new to php and now sure what to do, but it just broke the entire site!! please help!