bp_nouveau_messages_notification_filters()
Register notifications filters for the messages component.
Description Description
Source Source
File: bp-templates/bp-nouveau/includes/messages/functions.php
function bp_nouveau_messages_notification_filters() { bp_nouveau_notifications_register_filter( array( 'id' => 'new_message', 'label' => __( 'New private messages', 'buddypress' ), 'position' => 115, ) ); }
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |