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() ); }
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |