エラーメッセージ
Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/?????????/www/w/wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-options.php on line 54
解決方法
class-wc-helper-options.php の 54行目の array_key_exists の前に @ を記入したらエラーが解決されます。
ビフォー
アフター
最終更新日: 2025-12-05