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.
Description Description
Parameters Parameters
- $r
-
Parsed arguments for the nav item.
- $args
-
Originally passed in arguments for the nav item.
- $defaults
-
Default arguments for a nav item.
Source Source
File: bp-core/bp-core-buddybar.php
Changelog Changelog
Version | Description |
---|---|
2.4.0 | Introduced. |