Guest User

Untitled

a guest
Jun 21st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. if( has_term( array('Something'), 'product_cat', get_the_id() ) )
  2. $textafter = '( Ex. Moms )'; //add your text
  3. return $price . '' . $textafter . '';
  4. }
  5.  
  6. if( has_term( array('Something'), 'product_cat', $product->get_id() ) )
  7. $textafter = '( Ex. Moms )'; //add your text
  8. return $price . '' . $textafter . '';
  9. }
Add Comment
Please, Sign In to add comment