I'm using WPML plugin to make my website multilingual and some of the text / button text can't be translate.
I have this code:
<div class="header-left">
<div class="num">
<strong> Call us Now </strong>
<a href="tel:0000000"> +000000 </a>
</div>
</div>
I have this block of code in wordpress php file.
How to add this as a string so i can translate it with WPML?