SyntaxFix
Write A Post
Hire A Developer
Questions
As far as I can see, you just added heredoc by mistake No need to use ugly heredoc syntax here. Just remove it and everything will work:
<p>Hello</p> <p><?= _("World"); ?></p>