Workaround to walk function no more compatible with Walker in WordPress 5.3
With te latest releases of WordPress, after updating to WP 5.3 it’s common to receive this error on some custom themes: Warning: Declaration of _Nav_Menu::walk($elements, $max_depth) should be compatible with Walker::walk($elements, $max_depth, …$args) in… This is caused by the introduction of the spread operator, as per official WordPress release note: In WordPress 5.3, the PHP … Leggi tutto