• Resolved Sbutla

    (@sbutla)


    Hi WCFM Team,

    I want to change the label “Store” to “Sold by” sitewide. Where can I do so?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Hi,

    Just use this code snippet and set your own label ->

    add_filter( 'wcfmmp_sold_by_label', function( $sold_by_lable ) {
    	$sold_by_lable = 'store'; // SET YOUR LABEL HERE
    	return $sold_by_lable;
    }, 50);

    Thank You

    Where do we have to do this please ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Store label’ is closed to new replies.