Hello @danbp,
Thanks for your dirty way trick. That works and not too. Like, I added a case
case 'My Favorites %s':
return 'Likes %s';
After that when I load/refresh the activity page, that changes “My Favorites” to “Likes”. Awesome!
But whenever, I unlike all liked activity, and then again like a activity, instead of “Likes”, that showing “My Favorites”
@danbp,
Thanks for your quick reply. I can do that. By coping activity directory to WP Theme directory. But the WP theme used breaking page layout. And if fix page layout for activity page, that breaking other page layout. And not have permission to modify WP theme currently. That’s why asking if there any action hook available. 🙂
Hello @prabin04,
That, reloads each time click on Favorite/Remove Favorite button. So, I override BuddyPress function to add counter next to favorite button without page load.
Here is the LINK.
Hello @danbp,
Thanks for your reply. The link you shared, work for individual user’s profile page. But I don’t required that. I am asking for activity page. Where there is a status update text area and bottom of that links for All Members, Favorites, Mentions etc. I like to change text/label for these “All Members”, “favorites”, “Mentions” etc.