start.php 273 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php $field = $this->get( 'field' ); $container_classes[] = 'field-container'; $container_classes[] = 'type-' . $field->get_slug() . '-container'; ?> <tr id="<?php echo $field->get_html_id( 'container' ); ?>" class="<?php echo implode( ' ', $container_classes ); ?>" >