Re: Still trying to hide tabs
Try commenting out the add_action line in the plugin itself to make sure that it’s the code that is actually causing the problem. If not, then that’s why remove_action doesn’t work.
Otherwise, no, you shouldn’t need to wrap the remove_action in anything.