bp_nouveau_single_item_supports_priority_nav
bp_nouveau_single_item_supports_priority_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, buddypress.14.3.3
Hook Type: filter
Displaying hooks found in version: buddypress.14.3.3apply_filters('bp_nouveau_single_item_supports_priority_nav') is found 1 times:
- /bp-templates/bp-nouveau/includes/functions.php line 1737
Warning: Undefined array key 1738 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 1739 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 1740 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 1741 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 1742 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
173317341735173617371738*
* @param bool
$retval
True
if
the single item supports priority nav. False otherwise.
* @param string
$single_item
The single item object name. Possible valuers are
'member'
or
'group'
.
*/
return
apply_filters(
'bp_nouveau_single_item_supports_priority_nav'
,
$retval
,
$single_item
);
}