Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. add_action( 'woocommerce_after_add_to_cart_form', 'show_content_after_add_to_cart' );
  2.  
  3. function show_content_after_add_to_cart() {
  4. echo "<div> Hi </div>";
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement