Disable Marketplace

If you don't want to use marketplace feature, you can follow the steps bellow

1: Go to Events >> Settings >> Role >> Uncheck all options

2: Add the code bellow to functions.php file in child theme to remove register vendor at frontend

add_filter( 'meup_register_vendor_account', function(){ return false; } );

Last updated