Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
bb-plugin
/
includes
:
column-group.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<div<?php FLBuilder::render_column_group_attributes( $group ); ?>> <?php // $cols received as a magic variable from template loader foreach ( $cols as $col ) : ?> <?php FLBuilder::render_column( $col ); ?> <?php endforeach; ?> </div>