• Resolved dsoft88

    (@dsoft88)


    Hello.

    I need to disable OpenGraph tags that are generated by JetPack. How can i do this?
    i tried to add this to my Theme:

    remove_action( ‘wp_head’, ‘jetpack_og_tags’ ); // Remove JetPack Open Graph
    apply_filters( ‘jetpack_enable_opengraph’, false );

    but this is not working

    https://wordpress.org/plugins/jetpack/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Disable OpenGraph’ is closed to new replies.