Warning: Declaration of top_bar_walker::start_el(&$output, $item, $depth, $args) should be compatible with Walker_Nav_Menu::start_el(&$output, $item, $depth = 0, $args = Array, $id = 0)

Nella riga dove segnala l’errore es. functions.php riga 256

sostituisci:

function start_el( $output, $item, $depth, $args ) {

con:

function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) {
https://wordpress.stackexchange.com/questions/249007/error-warning-declaration-of-description-walkerstart-el-after-php-upgrade

Me lo merito un caffè? Dai clicca qui per offrirmelo.