Viewing 4 replies - 1 through 4 (of 4 total)
  • To disable, put the following in your theme’s functions.php:

    remove_action( ‘wp_head’, ‘jetpack_og_tags’ );

    Thread Starter Steve

    (@steveatty)

    Yes but that is NOT the solution… its a dirty fix.

    I should not have to edit my theme’s functions files to suppress functionality that I’m getting from other plugins but which Automattic have decided to force upon me.

    I’m not suggesting it’s ideal, but it is what works, for now – other than deactivating Jetpack.

    Thread Starter Steve

    (@steveatty)

    I’ve had to recode my plugin to basically do this call because my users want to use the OG tags my plugin produces and not JetPacks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Og Tags’ is closed to new replies.