Skip to:
Content
Pages
Categories
Search
Top
Bottom

Reply To: Adding Register Notice to Admin Bar?


@mercime
Participant

@mercime

@Twig
add this to bp-custom.php file and upload to wp-content/plugins folder

function custom_adminbar_login() {
// Your code here
}
}
add_action('bp_adminbar_menus', 'custom_adminbar_login', 1);
Skip to toolbar