Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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,095
    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