filter

jetpack_pinit_over_button

Filter the Pin it button appearing when hovering over images when using the official button style.

Parameters

$jetpack_pinit_over
bool

True by default, displays the Pin it button when hovering over images.

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.

Notes

If you use the “Official Buttons” type, and add a Pinterest button to your posts, an extra “Pin” button will appear above each one of the images in your post, when you move your mouse over an image. If you’re interested in this feature, you can disable it with the jetpack_pinit_over_button filter, like so:
add_filter( 'jetpack_pinit_over_button', '__return_false' );