Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #754352

    Hi.
    I need to put this meta tag in my code: <meta name=”format-detection” content=”telephone=no”> so make phone numbers in MS Edge display as in other browsers (without pointer and underline).
    I’ve tried adding above tag to header.php as well as I’ve tried to put below code in functions.php:
    function add_custom_code(){
    $output = “<meta name=’format-detection’ content=’telephone=no’>”;
    return $output;
    }
    add_action(‘wp_head’, ‘add_custom_code’);

    Both ways didn’t work. Meta tag still doesn’t show in source of my page so Edge detects phone numbers. I am sending you temp admin login and waiting for your help! Thank you!

    #756991

    Hey webtec-pk,

    you can use Yoast’s SEO plugin for it for example.

    Best regards,
    Andy

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.