Created
July 11, 2024 13:39
-
-
Save wp-seopress/6b7bf22dee1bee6a38523d6597cc9bca to your computer and use it in GitHub Desktop.
Filter fediverse creator tag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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