We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc11f1 commit 0bfb25cCopy full SHA for 0bfb25c
readme.md
@@ -201,6 +201,7 @@ Release pending.
201
* Added: Block Editor Support Custom Post Type Pinseldisko
202
* Added: Block Editor Support Custom Post Type Raketenstaub
203
* Changed: Maintenance Mode Internal Processing
204
+* Removed: Adding Current Menu Item
205
206
### 0.7
207
unmus_menu.php
@@ -44,6 +44,7 @@ function unmus_menu_current_item_class( $classes, $item ) {
44
return $classes;
45
46
}
47
-add_filter( 'nav_menu_css_class', 'unmus_menu_current_item_class', 10, 2 );
+// This is not working anymore with Block Themes :-(
48
+// add_filter( 'nav_menu_css_class', 'unmus_menu_current_item_class', 10, 2 );
49
50
?>
0 commit comments