Skip to content

Instantly share code, notes, and snippets.

@wp-seopress
Created July 11, 2024 13:39
Show Gist options
  • Save wp-seopress/6b7bf22dee1bee6a38523d6597cc9bca to your computer and use it in GitHub Desktop.
Save wp-seopress/6b7bf22dee1bee6a38523d6597cc9bca to your computer and use it in GitHub Desktop.
Filter fediverse creator tag
function sp_social_fv_creator($html) {
//do your stuff here
//<meta name="fediverse:creator" content="@[email protected]" />
return $html;
}
add_filter('seopress_social_fv_creator', 'sp_social_fv_creator');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment