Preview:
add_filter( 'mim_expand_menus', your_function_name );
function your_function_name( $expand, $current_screen ) {
  //ex. enables everywhere except Menus admin page...
  return $expand || empty( $current_screen ) || $current_screen != 'nav-menus';
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter