My Profile
The user can upgrade to a vendor account
Update image
Update Other info


2) Customize Template
2.1) Remove "upgrade to Vendor Role" option

To activate the "Prevent members from upgrading to vendor" feature, add the code below to your child theme’s functions.php
file.
add_filter( 'el_is_update_vendor_role', '__return_false' );
2.2) Customize file template
Copy file:
wp-content/plugins/eventlist/templates/vendor/profile.php
to
wp-content/themes/meup-child/eventlist/vendor/profile.php
Last updated
Was this helpful?