function disable_wpseo_meta_desc($metadesc) {
return $metadesc = '';
}
add_filter('wpseo_metadesc','disable_wpseo_meta_desc');


Yukarıdaki kodu tema içerisindeki functions.php dosyasına ekleyip deneyin.