警告 の Walker_Nav_Menu::start_el(&$output, $data_object, $depth = 0, $args = NULL, $current_object_id = 0) と互換性がある必要があります の /home/users/0/——–/web/——–/wp-content/themes/——-Thema/inc/scr/custom_menu.php : description_walker::start_el(&$output, $item, $depth, $args) の宣言は、6 行目
読む気の失せるエラー表示
あきらめて最初の一行から、きちんと読む
custom_menu.phpをDLする
6行目を書き換える
function start_el(&$output, $item, $depth, $args) {
を
function start_el(&$output, $item, $depth = 0, $args = Array(), $id = 0) {
にしなさいってことか。
アップロードする。
消えた万歳
放置してたのが悪いとは思うのだが、
なんでかな