Advertisement
wpgenie

faq29 I want to add bid button everywhere - add bid button to loop

Mar 13th, 2018 (edited)
2,187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. /*
  2.  
  3. Adds bid input form to product loop / archive
  4.  
  5. this code snippet should be placed in child's theme functions.php file
  6.  
  7. */
  8. add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_auction_bid_form', 50 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement