Adding GoogleTags code in Action bar & Contact box
This code needs to be placed around the email address on the contact box on contact page
<a onclick="return gtag_report_conversion('mailto:[email protected]');" href="mailto:[email protected]">[email protected]</a>
Comments
you cannot use HTML markup in most of Theme options. Fields that
previously accepted HTML now only accept plain text.
Only basic HTML tags like strong and u are working. Read more about the changes here:
https://help.author.envato.com/hc/en-us/articles/360000481243-WordPress-Theme-Security-Requirements#h_674316188621522302914837
$output .= '<li class="phone phone-1">';
$output .= '<span class="icon"><i class="icon-phone"></i></span>';
$output .= '<p>
$output .= '</li>';
}