3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tags = get_tags(array('exclude' => 46,5,101,22,122,7,102,15,104,47,105,66,43,123, 'fields' => ids)); $tagString = implode (',' , $tags); $args = array( 'post_type' => 'post', 'posts_per_page' => 12, 'paged' => $paged, 'tag__in' => array (46, 5, 101, 22, 122, 7, 102, 15, 104, 47, 105, 66, 43, 123), 'tag__not_in' => array ($tagString) ); print_r($args);

preferences:
48.34 ms | 402 KiB | 5 Q