Title: Great plugin
Last modified: September 2, 2016

---

# Great plugin

 *  [curlybracket](https://wordpress.org/support/users/veganist/)
 * (@veganist)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/great-plugin-3922/)
 * works out of the box! thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [curlybracket](https://wordpress.org/support/users/veganist/)
 * (@veganist)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/great-plugin-3922/#post-7873736)
 * Oh, just one remark.
    Your example in the FAQ misses a closing bracket:
 *     ```
       <?php
       add_filter( 'menu_image_default_sizes', function($sizes){
   
         // remove the default 36x36 size
         unset($sizes['menu-36x36'];
   
         // add a new size
         $sizes['menu-50x50'] = array(50,50);
   
         // return $sizes (required)
         return $sizes;
   
       });
       ?>
       ```
   
 * here:
 *     ```
       unset($sizes['menu-36x36']);
       ```
   
 *  [zviryatko](https://wordpress.org/support/users/zviryatko/)
 * (@zviryatko)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/great-plugin-3922/#post-7873737)
 * Hi, thnx for support!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Great plugin’ is closed to new replies.

 * ![](https://ps.w.org/menu-image/assets/icon-128x128.png?rev=2123398)
 * [Menu Image, Icons made easy](https://wordpress.org/plugins/menu-image/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/menu-image/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/menu-image/)
 * [Active Topics](https://wordpress.org/support/plugin/menu-image/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/menu-image/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/menu-image/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [zviryatko](https://wordpress.org/support/users/zviryatko/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/great-plugin-3922/#post-7873737)