Re: Remove “Visit” from the admin bar
I got this to work PERFECTLY by pasting it in my theme’s “functions.php” file:
`remove_action( “bp_adminbar_menus”, “bp_adminbar_random_menu”, 100 );`
(NOTE: this was mentioned earlier but had single-quotes rather than double-quotes, which didn’t work for me)
PS. The Add All Nav Links to BP Adminbar plugin (or I-have-an-unnecessarily-long-ass-name plugin) removed other links from my page, so that didn’t help.