PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
qode-framework
/
inc
/
common
/
templates
<?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(); }
[-] page-table.php
[edit]
[-] page.php
[edit]
[+]
..
[-] page-tabbed.php
[edit]
[-] tab.php
[edit]
[-] row.php
[edit]
[-] section.php
[edit]