I want to load adminbar differently, so I removed the loading function by
`remove_action( ‘bp_loaded’, ‘bp_core_load_admin_bar’ );`
So, now the bp_adminbar_menus functions are not loaded.
I am going to modify and load them in my_modified_bp_core_load_admin_bar
My question is– since the bp_adminbar_menus are not loaded, can I modify them?