Comments bobby wilson started the conversationApril 8, 2019 at 6:19pmIn 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,095Oliver repliedApril 9, 2019 at 7:33amHi,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 Sign in to reply ...
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 ?
Hi,
Add this code to the functions.php of the child theme:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver