Guest User

Untitled

a guest
Dec 9th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. add_action( 'woocommerce_after_shop_loop_item_title', 'show_attributes', 20 );
  2.  
  3. function show_attributes() {
  4. global $product;
  5. $product->list_attributes();
  6. }
Add Comment
Please, Sign In to add comment