Submit
Path:
~
/
home
/
getwphos
/
www
/
pioneerasphalt
/
wp-content
/
plugins
/
qode-framework
/
inc
/
common
/
templates
/
File Content:
page-tabbed.php
<?php if ( ! defined( 'ABSPATH' ) ) { // Exit if accessed directly. exit; } ?> <div id="qodef-page" class="qodef-tab-wrapper <?php echo esc_attr( $class ); ?>"> <ul class="qodef-tab-item-nav-wrapper"> <?php foreach ( $this_object->get_children() as $child ) { $dependency = method_exists( $child, 'get_dependency' ) ? $child->get_dependency() : array(); $dependency_data = array(); $item_class = array(); if ( ! empty( $dependency ) ) { $show = array_key_exists( 'show', $dependency ) ? qode_framework_return_dependency_options_array( $child->get_scope(), $child->get_type(), $dependency['show'], true ) : array(); $hide = array_key_exists( 'hide', $dependency ) ? qode_framework_return_dependency_options_array( $child->get_scope(), $child->get_type(), $dependency['hide'] ) : array(); $item_class[] = 'qodef-dependency-holder'; $item_class[] = qode_framework_return_dependency_classes( $show, $hide ); $dependency_data = qode_framework_return_dependency_data( $show, $hide ); } ?> <li class="qodef-tab-item-nav-item <?php echo esc_attr( implode( ' ', $item_class ) ); ?>" <?php qode_framework_inline_attrs( $dependency_data, true ); ?>> <a href="#qodef-tab-<?php echo sanitize_title( $child->get_title() ); ?>" rel="noopener noreferrer"><?php echo esc_html( $child->get_title() ); ?></a> </li> <?php } ?> </ul> <?php foreach ( $this_object->get_children() as $child ) { ?> <div class="qodef-tab-item-content " id="qodef-tab-<?php echo sanitize_title( $child->get_title() ); ?>"> <div class="row"> <?php $child->render(); ?> </div> </div> <?php } ?> </div>
Submit
FILE
FOLDER
Name
Size
Permission
Action
page-tabbed.php
1646 bytes
0644
page-table.php
374 bytes
0644
page.php
294 bytes
0644
row.php
836 bytes
0644
section.php
1326 bytes
0644
tab.php
373 bytes
0644
N4ST4R_ID | Naxtarrr