bp_nouveau_messages_notification_filters()

Register notifications filters for the messages component.

Description

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', 'buddyboss' ),
			'position' => 115,
		)
	);
}

Changelog

Changelog
Version Description
BuddyPress 3.0.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.