My Profile
The vendor can upgrade to vendor
Update image
Update Other info


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

Member can't upgrade to vendor: by adding bellow code to functions.php file in child theme
add_filter( 'el_is_update_vendor_role', '__return_false' );
2.2) Customzie 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?