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
I am using this function to highlight active menu but it is not working. Can tell me what I am going wrong? I added the function to the class-menus,php file
public function abdpeds_nav_class( $classes, $item ) {
I am using this function to highlight active menu but it is not working. Can tell me what I am going wrong? I added the function to the class-menus,php file
public function abdpeds_nav_class( $classes, $item ) {
this is the filter
add_filter( 'nav_menu_css_class', [ $this, 'abdpeds_nav_class', 10 , 2 ] );
The text was updated successfully, but these errors were encountered: