Hello!
I need to verify my website from my Pinterest account and, to be able to do that, it looks like I need to enter the below code in the <head> section of the index.html file
<meta name=”p:domain_verify” content=”ab6c0e1f547c40bea00cad74347948c0″/>
Would it be possible for yo to add the code?
I am providing my credentials in the private content area.
Thanks a lot for your help
Nicole
Hey Nicole,
Please add following code to Functions.php file in Appearance > Editor or via FTP in wp-content/themes/enfold/functions.php
function av_custom_pin(){
?>
<meta name="p:domain_verify" content="ab6c0e1f547c40bea00cad74347948c0"/>
<?php
}
add_action('wp_head', 'av_custom_pin');
Best regards,
Yigit