[Support request] How to use hooks to add head code for verification?

Home Forums Support [Support request] How to use hooks to add head code for verification?

Home Forums Support How to use hooks to add head code for verification?

  • This topic has 1 reply, 2 voices, and was last updated 6 years ago by Tom.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #533633
    Furhan

    I need to add a code to confirm that I own a site for verification. I have tried adding to wp_head and before header but none of these seem to work with verification.

    The two bits I need to add are
    <!– domain site verification 123456 –>
    ABCD123-12A3-123A-1234-A123456789AA

    #534094
    Tom
    Lead Developer
    Lead Developer

    wp_head would be the correct hook. However, that code you shared doesn’t look right.

    It should start with <meta.

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