?AlkantarClanX12
| Current Path : /home/rankinh/villavanille/wp-content/plugins/qode-framework/inc/common/templates/ |
| Current File : /home/rankinh/villavanille/wp-content/plugins/qode-framework/inc/common/templates/page.php |
<div id="qodef-page" class="qodef-no-tab-wrapper <?php echo esc_attr( $class ); ?>">
<div class="row">
<?php
foreach ( $this_object->get_children() as $child ) {
$child->render();
}
?>
</div>
</div>