do_action( 'bp_core_register_nav_screen_function', array $r , array $args , array $defaults )
Fires after the screen function for an item in the BuddyPress main navigation is registered.
Parameters Parameters
- $r
-
(array) Parsed arguments for the nav item.
- $args
-
(array) Originally passed in arguments for the nav item.
- $defaults
-
(array) Default arguments for a nav item.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.4.0 | Introduced. |