Menu Accordion ShortCode:
[wpb_menu_accordion menu="Main Menu"]
- theme_location: (string) Theme location to be used. Must be registered with register_nav_menu() in order to be selectable by the user.
- menu: (int|string|WP_Term) Desired menu. Accepts a menu ID, slug, name, or object.
- accordion: Close previously opened accordion. Options: yes, no. Default: yes.
- depth: (int) How many levels of the hierarchy are to be included. 0 means all. Default 0.
- xclass: (string) Add extra CSS class.