Pay Per Click Advertising Company For The Much Affordable Google Pay Per Click Advertising - 0 views
image
This particular OpenGraph feature is in the Publicize module, so you’d think you could disable that, but that doesn’t seem to work. Instead, adding this line in your functions.php should fix this particular problem:
1 | add_filter( 'jetpack_enable_opengraph' , '__return_false' , 99 ); |