Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chaselivingston/a48f4d3106217be27f950ece54600534 to your computer and use it in GitHub Desktop.
Save chaselivingston/a48f4d3106217be27f950ece54600534 to your computer and use it in GitHub Desktop.
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