apply_filters( 'bp_get_the_notification_mark_read_url', string $url, int $user_id )

Filters the URL used for marking a single notification as read.


Parameters Parameters

$url

(string) URL to use for marking the single notification as read.

$user_id

(int) The user ID.


Source Source

File: bp-notifications/bp-notifications-template.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Added $user_id as a parameter.
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.