Created
August 9, 2016 17:36
-
-
Save chaselivingston/a48f4d3106217be27f950ece54600534 to your computer and use it in GitHub Desktop.
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
add_filter( 'jetpack_sharing_pinterest_widget_type', 'bk_jetpack_pinterest_widget' ); | |
function bk_jetpack_pinterest_widget( $widget ){ | |
return 'buttonBookmark'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment