column-group.php 242 B

123456789
  1. <div<?php FLBuilder::render_column_group_attributes( $group ); ?>>
  2. <?php
  3. // $cols received as a magic variable from template loader
  4. foreach ( $cols as $col ) :
  5. ?>
  6. <?php FLBuilder::render_column( $col ); ?>
  7. <?php endforeach; ?>
  8. </div>