Hi there, I’m using these code snippets for hiding the block user button in the profile header and directory. I’m looking for a similar way of hiding the Report user button, but i can’t find the right function for the buttons in the plugin code, can you help?
add_filter( 'bublock_show_button_in_profile_header', '__return_false' ); add_filter( 'bublock_show_button_in_members_directory', '__return_false' );
Regards
Carsten
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
This topic is: not resolved