引用符、ドットを変更しようとしましたが、それでもエラーが発生します。間違いが見つからない!
$Title .= '
<meta property="og:description" content="<?php
if ( function_exists('wpseo_get_value') ) {
echo wpseo_get_value('metadesc');
} else {
echo $post->post_excerpt;
}
?>"/>
';