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

    Hi

    I have just moved to Https and the http://gmpg.org/xfn/11 is a HTTP call.

    I found that it shpuld be inthe header.php but its not – do ypu know where I can find it?

    #720678

    Hey Jonas,

    Please add following code to Functions.php file in Appearance > Editor to remove it

    
    add_filter('avf_profile_head_tag','avia_remove_profile');
    function avia_remove_profile(){ 
          return false;
    }

    Best regards,
    Yigit

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