Comments 4pierreto007 started the conversationApril 25, 2022 at 5:48amHi,I actually use Query Monitor plugin to try resolve speed problem and my Admin Bar is full.The menu "clear critical css cache" it not very usefull, and very long, and is accessible via the customiser, then I don't need it in Admin bar.Thanks 2,610PenciDesign repliedApril 25, 2022 at 6:28amHi,Please install the Code Snippet plugin, then create a new snippet with the following content: function cs_remove_cachebtn( $wp_admin_bar ) { $wp_admin_bar->remove_node( 'pencilazy-clearcache' ); }add_action( 'admin_bar_menu', 'cs_remove_cachebtn', 999 );Regards,PenciDesign. 4pierreto007 repliedApril 25, 2022 at 7:02amI try to limit plugin of my website and try to delete some, but it's not easy to find solution, because I try to resolve speed problem.Then I won't use that, hope you'll add an option to remove it in next update. Sign in to reply ...
Hi,
I actually use Query Monitor plugin to try resolve speed problem and my Admin Bar is full.
The menu "clear critical css cache" it not very usefull, and very long, and is accessible via the customiser, then I don't need it in Admin bar.
Thanks
Hi,
Please install the Code Snippet plugin, then create a new snippet with the following content:
Regards,
PenciDesign.
I try to limit plugin of my website and try to delete some, but it's not easy to find solution, because I try to resolve speed problem.
Then I won't use that, hope you'll add an option to remove it in next update.