Log in

View Full Version : Remove 'Unread Private Messages' row from notifications menu


MikesSite
01-14-2012, 07:23 PM
Can someone please tell me how to remove the first row in the notifications menu that reads 'Unread Private Messages'?

Thanks!

kh99
01-14-2012, 09:14 PM
You can create a new plugin using hook location notifications_list and this code:

unset($notifications['pmunread']);

MikesSite
01-14-2012, 09:25 PM
Thank you! Worked great.