André Amorim

Crafting Web Experiences

//

WooCommerce – When product price is zero, add “Contact us” link

get_price()>0){
          return $price_html;
     }
		
     return '' . __( 'Contact us', 'my_text_domain' ) . '';
 } 

Published date:

Modified date: