bp_core_removed_subnav_item
bp_core_removed_subnav_item
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, buddypress.14.3.3
Hook Type: action
Displaying hooks found in version: buddypress.14.3.3do_action('bp_core_removed_subnav_item') is found 1 times:
- /bp-core/bp-core-buddybar.php line 932928929930931932933934935936937938
* @param string
$parent_slug
The slug of the primary navigation item.
* @param string
$slug
The slug of the secondary item to be removed.
* @param string|null
$component
The component the navigation is attached to. Defaults to
'members'
.
*/
do_action(
'bp_core_removed_subnav_item'
,
$screen_functions
,
$parent_slug
,
$slug
,
$component
);
if
( !
is_array
(
$screen_functions
) ) {
return
false;
}
$screen_function
= reset(
$screen_functions
);