Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

woocommerce show before add to cart button

add_action( 'woocommerce_before_add_to_cart_button', 'misha_before_add_to_cart_btn' );

function misha_before_add_to_cart_btn(){
	echo 'Some custom text here';
}
Source by www.buzzphp.com #
 
PREVIOUS NEXT
Tagged: #woocommerce #show #add #cart #button
ADD COMMENT
Topic
Name
9+1 =