Home Forums WC Vendors Free Support change vendor profile page Reply To: change vendor profile page

#57996
amany
Participant

Hi Anna,

Thank you appreciate your help

I used this function in function.php and vendor-sold-by.php nor of them doesn’t work

function change_vendor_link($args) {

$vendor_id = $args[‘vendor_id’];

if ( WCV_Vendors::is_vendor( $vendor_id ) ) {

$args[‘shop_url’] = $userpro->permalink($user_id);
}
return $args;
}

so could please help to find what is wrong with this code ?

thank you..

This website uses cookies to ensure you get the best experience on our website.