I have same problem i put this code :
function tweakjp_custom_twitter_site( $og_tags ) {
$og_tags['twitter:site'] = '@techsou';
return $og_tags;
}
add_filter( 'jetpack_open_graph_tags', 'tweakjp_custom_twitter_site', 11 );
In function of the theme, When i put it i can’t enter to my wp-admin !!!
Please help