Clean Up Admin Bar + options

[ad_1]

Hi!
In the Clean Up Admin Bar, I would add a cleanup to remove the icons of the following popular plugins/themes (Generatepress, Rank Math, WP Statistic):
function remove_admin_bar_links() {
global $wp_admin_bar;
$wp_admin_bar->remove_menu(‘gp_elements-menu’);
$wp_admin_bar->remove_menu(‘rank-math’);
$wp_admin_bar->remove_menu(‘wp-statistic-menu’);
}
add_action( ‘wp_before_admin_bar_render’, ‘remove_admin_bar_links’ );

Thanks.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer