Can't disable open graph
-
I want to disable open graph from Jetpack, but I’ve tried both scripts I’ve found online and nothing is working:
add_filter( 'jetpack_enable_open_graph', '__return_false' );
and
remove_action('wp_head','jetpack_og_tags');Did the necessary code change to disable open graph?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Can't disable open graph’ is closed to new replies.