Multisite issue
-
Using the HTML tag option in WP Multisite… Google is asking for /> a the end of the tag, but Meta Tag Manager is only using the bracket (without slash) to end the tag. The actual html output doesn’t include the slash (in Multisite). Is it possible to get that corrected?
The Google verification tag requested by Google is this:
<meta name=”google-site-verification” content=”******” />
But MTM renders the tag like this (without the slash):
<meta name=”google-site-verification” content=”******” >
Line 46 in meta-tag-manager.php:
echo “<meta name=\”$name\” content=\”$content\” />\n”;
Thank you in advance for your help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Multisite issue’ is closed to new replies.