You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now Walker class only supports very basic callbacks where function name is given. Proposing to use call_user_func function in the Walker::current method to solve this problem.