Home › Forums › WoodMart support forum › Split: How to change Breadcrumbs Headin Text › Reply To: Split: How to change Breadcrumbs Headin Text
November 28, 2023 at 3:15 pm
#516348
Luke Nielsen
Keymaster
Hello,
The below code will help you to add the meta tag to the head tag of your website, please paste it to the functions.php file in your child theme.
add_action(
'wp_head',
function() {
echo '<meta name="p:domain_verify" content="add551991282887361728df9bf830974"/>';
}
);
You can also reach out to us if you have any questions.
Kind Regards