bp_setup_admin_bar, array(
bp_setup_admin_bar, array(
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_setup_admin_bar, array(') is found 1 times:
- /bp-core/bp-core-dependency.php line 198
* Fires inside the 'bp_setup_admin_bar' function, where plugins should add items to the WP admin bar. * * @since 1.5.0 */ do_action( 'bp_setup_admin_bar', array() ); } /** * Fire the 'bp_setup_title' action, where plugins should modify the page title. * * @since 1.5.0