How Remove Actions column (Unread/delete) under messages tab.
-
Been trying to get the solution for over a week. There is no proper documentation or resolved discussions on this topic. Guys please help me out.
How do I remove the “Actions Column (unread/ delete)” under the messages tab? I really don’t need this column and also the message selector at the first column..
Though I tried this code to remove but it’s not working…
add_filter( ‘bp_is_messages_actions’, ‘__return_false’ );
Thanks in Advance!
- You must be logged in to reply to this topic.