【解決】WPエラー:Declaration of description_walker::start_el(&$output, $item, $depth, $args) should be compatible with・・・
PHPのバージョンを変えた時、Declaration of description_walker::start_el(&$output, $item, $depth, $args) should be compatible with Walker_Nav_Menu::start_el(&$output, $data_object, $depth = 0, $args = NULL, $current_object_id = 0) in … というエラーがでることがあります。
WPのデバッグファイルで指定されたファイルを開き、指定の行をみてください。
start_el(&$output, $item, $depth, $args)
たとえば、こんな記述になっていたら、エラーメッセージに合わせて()を修正しましょう。
start_el(&$output, $data_object, $depth = 0, $args = NULL, $current_object_id = 0)
やってみて。
すると、$itemが消えたために、別のエラーになることがあります。その場合には、$itemの部分を、$data_objectに書き換えてください。
やってみて。
The following two tabs change content below.
パーソナルビジネスブレインズ・グループ代表。マーケティング支援事業(アタマーケ・ラボ)、起業支援事業(起業18フォーラム)など、多数の事業を展開中です。
最新記事 by 新井 一 (全て見る)
- ChatGPT Work公開|集客資料づくりで任せる作業と人が見る場面 - 2026年7月14日
- 塾の集客で体験授業前に見せたい料金と通い方 - 2026年7月14日
- ChatGPT Voice更新|音声相談で先に決めるAIの使いどころ - 2026年7月13日
