How to disable Communication Preferences
You can remove Communication Preferences from the My Account tab with a filter. To accomplish this, add a filter to functions.php
file:
add_filter( 'shopmagic/core/communication_type/account_page_show', '__return_false' );