Created
July 18, 2013 03:06
-
-
Save norcross/6026409 to your computer and use it in GitHub Desktop.
add twitter handle in Jetpack
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
<?php | |
add_filter ( 'jetpack_sharing_twitter_via', 'rkv_jp_twitter_via' ); | |
function rkv_jp_twitter_via() { | |
return 'YOUR_TWITTER_NAME'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment