Advertisement
wpgenie

auctions show countdown timer in the loop

Mar 13th, 2018 (edited)
7,183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. /* visit us - https://wpgenie.org */
  2.  
  3. add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_auction_countdown', 50 ); // code snippet that shows auction countdown timer in product loop / archive
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement