?AlkantarClanX12

Your IP : 216.73.216.177


Current Path : /home/r/a/n/rankinh/villavanille/wp-content/plugins/qode-framework/inc/common/templates/
Upload File :
Current File : /home/r/a/n/rankinh/villavanille/wp-content/plugins/qode-framework/inc/common/templates/tab.php

<?php

$tab_description = $this_object->get_description();

if ( ! empty( $tab_description ) ) {
	?>
	<div class="col-12"><p class="qodef-tab-description"><?php echo esc_html( $tab_description ); ?></p></div>
<?php } ?>
<?php
foreach ( $this_object->get_children() as $child ) {
	$child->render();
}