Hello,
how can i redirect registered vendor to “My Account” page instead??
>>This requirement is little confusing.
There is two options.
1. After clicking “Become a Vendor” it will take you “Membership plans” page.
>>this scenario is now in your site which you don’t want.
2.After clicking “Become a Vendor” it will take you “Vendor Registration” form page. Without registration as vendor how it will take “My Account” page.
>> To After clicking “Become a Vendor” it will take you “Vendor Registration” form page, Add this code in your theme’s functions.php
add_filter('wcfm_is_allow_my_account_membership_subscribe','__return_false');
Thanks.