3v4l.org

run code in 300+ PHP versions simultaneously
<?php //start by fetching the terms for the product_type taxonomy $terms = get_terms( 'stores', array( 'hide_empty' => 0 ) ); foreach( $terms as $term ) { if (in_array('UK', get_field('store_country', 'stores_'.$term->term_id))) { continue; echo '<div>' . $term->name . '</div>'; } } ?>

preferences:
55.84 ms | 402 KiB | 5 Q