bp_get_notifications_read_permalink
bp_get_notifications_read_permalink
Appears in: buddypress.10.1.0, buddypress.10.2.0, buddypress.10.3.0, buddypress.10.4.0, buddypress.10.5.0, buddypress.10.6.0, buddypress.11.0.0, buddypress.11.1.0, buddypress.11.2.0, buddypress.11.3.1, buddypress.11.3.2, buddypress.11.4.0, 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_get_notifications_read_permalink') is found 1 times:
- /bp-notifications/bp-notifications-template.php line 160156157158159160161162163164165166
*
* @param string
$retval
Permalink
for
the read notifications.
* @param int
$user_id
The user ID.
*/
return
apply_filters(
'bp_get_notifications_read_permalink'
,
$retval
,
$user_id
);
}
/** The Loop ******************************************************************/
/**
* Initialize the notifications loop.