Base setup for displaying groups and listing members
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
function kompass_seo_add_verfications() {
|
||||
function kompass_seo_add_verifications() {
|
||||
$googleVerification = get_option('kompass_seo_google_verification', '');
|
||||
if ('' !== $googleVerification) {
|
||||
echo '<meta name="google-site-verification" content="' . $googleVerification . '" />' . "\n";
|
||||
|
Reference in New Issue
Block a user