Guest User

Untitled

a guest
Oct 17th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. // addd custom text with woocommerce single product or icon you can add by using this below function
  2. function sv_add_text_above_wc_shop_image() {
  3.  
  4. echo '<h6 style="text-align: center;">Some sample text</h6>';
  5. }
  6. add_action( 'woocommerce_before_shop_loop_item_title', 'sv_add_text_above_wc_shop_image', 9 );
  7. // addd custom text with woocommerce single product or icon you can add by using this below function
Add Comment
Please, Sign In to add comment