Can you tell us what’s the version of your WordPress and PHP that is your website using? Also – you can change code define('WP_DEBUG', false);
(from true to false) in wp-config.php file. This should remove the message from your dashboard.
お使いのWordPressとPHPのバージョンを教えてください。また、wp-config.php ファイル内の define(‘WP_DEBUG’, false); (from true to false) というコードを変更することができます。これにより、ダッシュボードからメッセージが削除されるはずです。