bp_register_nav
bp_register_nav
Appears in: buddypress.12.0.0, buddypress.12.1.1, buddypress.12.2.0, buddypress.12.3.0, buddypress.12.4.0, buddypress.12.4.1, buddypress.12.5.0, buddypress.12.5.1, buddypress.14.0.0, buddypress.14.1.0, buddypress.14.2.1
Hook Type: action
See hook in action
Displaying hooks found in version: buddypress.14.2.1do_action('bp_register_nav') is found 1 times:
- /bp-core/bp-core-dependency.php line 169
* Fires inside the 'bp_register_nav' function, where plugins should register their navigation items. * * @since 12.0.0 */ do_action( 'bp_register_nav' ); } /** * Fire the 'bp_setup_nav' action, where navigation items are generated. * * @since 1.2.0