Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if( have_rows('ts_pricing', 'options') ):
  2. while( have_rows('ts_pricing', 'options') ) : the_row();
  3.  
  4. if(get_sub_field('currency') == 'GBP'){
  5. ?> Found! <?php
  6. }else{
  7. ?>Not found <?php
  8.  
  9. }
  10. endwhile;
  11. endif;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement