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
- Introduced in Jetpack 3.6.0
How to use this hook
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 thejetpack_pinit_over_button filter, like so:
add_filter( 'jetpack_pinit_over_button', '__return_false' );