Hi,
The code provided in an article by the GeneratePress team:
add_filter( 'generate_woocommerce_menu_item_location', 'tu_move_menu_cart_item' );
function tu_move_menu_cart_item() {
return 'secondary';
}
has stopped working since last woocommerce update. I don’t know if they have changed classes or something but how could we change the item location now?
It’s a mandatory implementation in the theme guys. Even a guy has provided some core code to modify the theme and add this possibility. Why is not implemented in the official update yet?
GeneratePress 2.1.4