使用しているエックスサーバーのPHPバージョン切替を行いました。
これまでは、PHP7.4.33でしたがPHP8.0.25に替えました。
エックスサーバーのサーバーパネル PHPバージョン切替でこれまでのPHP7.4.33をPHP8.0.25に変更すると
Warning: The magic method InvisibleReCaptcha\MchLib\Plugin\MchBasePublicPlugin::__wakeup() must have public visibility in /home/xxxxxxxx/public_html/xxxxxxxx/wp/wp-content/plugins/invisible-recaptcha/includes/plugin/MchBasePublicPlugin.php on line 37
プラグイン「Invisible reCaptcha」がエラーとなります。
PHP7.4.33に戻し「Invisible reCaptcha」を削除しました。
無事、PHP8.0.25に変更することができました。
BOTスパムの遮断として、「Invisible reCaptcha」の代わりにメールフォームでは、Contact Form 7の reCAPTCHA インテグレーションモジュールを使い、
WordPress Loginフォームには、プラグインを「reCaptcha by BestWebSoft」に変更しました。
追伸
翌日、さくらのレンタルサーバのPHPバージョン切替もPHP7.4からPHP8.0.27へ切り替えました。