Hello,
A little problem in whmcs header.tpl meta tags.
I using meta tag :
<meta property="og:url" content="https://www.domainname.com{$currentpagelinkback}" />
But showing meta tag source code :
<meta property="og:url" content="https://www.domainname.com/linkback?" />
Linkback's last character ? sign is present.
How to using linkback without
? symbol.
Thanks.