Home › Forums › WC Vendors Pro Support › change sold by to artist or remove › Reply To: change sold by to artist or remove
October 20, 2015 at 11:03 am
#11671
Participant
Hi I added the updated code
/* For WC Vendors Pro */
remove_action( ‘woocommerce_after_shop_loop_item’, array( ‘WCVendors_Pro_Store_Controller’, ‘loop_sold_by’, 8 ) );
remove_action( ‘woocommerce_product_meta_start’, array( ‘WCVendors_Pro_Store_Controller’, ‘product_sold_by’, 8 ) );
and still no change to my site.