Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1966708
admin toolbar
Closed

Comments

  • bobby wilson started the conversation

    In the admin toolbar .. there is a menu item that says PURGE ALL THUMBNAIL CACHE .. I need to remove that but can not find it in the code. can you help with this ? 

  •  7,280
    Oliver replied

    Hi,

    Add this code to the functions.php of the child theme:

    function thegem_admin_bar_thumbnails_generator_remvoe(){
        remove_action('admin_bar_menu', 'thegem_admin_bar_thumbnails_generator', 101);
    }
    add_action('init','thegem_admin_bar_thumbnails_generator_remvoe');
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver