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

Filters the URL used for deleting a single notification.


Parameters Parameters

$url

(string) URL used for deleting a single notification.

$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.