bp_activity_reset_my_new_mentions()

Reset the logged-in user’s new mentions data when he visits his mentions screen.


Description Description


Source Source

File: bp-activity/screens/mentions.php

function bp_activity_reset_my_new_mentions() {
	if ( bp_is_my_profile() )
		bp_activity_clear_new_mentions( bp_loggedin_user_id() );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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