?AlkantarClanX12

Your IP : 216.73.216.177


Current Path : /home/rankinh/villavanille/wp-content/plugins/qode-framework/inc/common/templates/
Upload File :
Current File : /home/rankinh/villavanille/wp-content/plugins/qode-framework/inc/common/templates/page-table.php

<h2><?php echo esc_html( $this_object->get_title() ); ?></h2>
<table class="qodef-page form-table qodef-table-wrapper qodef-section-wrapper <?php echo esc_attr( $class ); ?>">
	<tbody>
	<?php
	foreach ( $this_object->get_children() as $child ) {
		$child->render();
	}
	?>
	</tbody>
</table>