Replies: 0
While I understand the Groups function is required for this plugin, is there a way that I can hide the Groups tab from a profile? I also do not want users to have the ability to “leave the group” as I am using this plugin only with one group.
Which PHP file can I comment out the Groups tab link for profiles?
I found this in /includes/class-profile-magic.php:
$this->loader->add_action(‘profile_magic_profile_tab_content’,$plugin_public, ‘pm_show_groups_tab_content’,999999999999,2);
But this only removes the content inside the tab, and not the tab itself.