img tag on wordpress page has sudden error appear on live site, Parse error: syntax error, unexpected ‘(‘ in front-page.php

Solution:

I don’t know why this stopped working, but I found code that fixed it.

<img class=”blogPostImg” src=”<?php echo get_the_post_thumbnail_url(null,’full’) ?>” /