03/25/2015 at 10:53 am
#324468
Keymaster
@
<!– –> is an HTML comment which does not comment out PHP code. You have to use either // before the actual PHP code which starts after the <?php tag. Or use /* */ which must wrap the PHP code just like a HTML comment. This must wrap the actual PHP code which means after <?php and before ?>.
Hope that helps!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connections
