Submit
Path:
~
/
home
/
getwphos
/
www
/
pioneerasphalt
/
wp-content
/
plugins
/
qode-framework
/
inc
/
common
/
templates
/
File Content:
row.php
<?php if ( ! defined( 'ABSPATH' ) ) { // Exit if accessed directly. exit; } ?> <div class="qodef-row-wrapper col-12 <?php echo esc_attr( $class ); ?>" <?php qode_framework_inline_attrs( $dependency_data, true ); ?>> <div class="qodef-row-wrapper-inner"> <div class="row"> <?php $row_title = $this_object->get_title(); if ( ! empty( $row_title ) ) { ?> <h3 class="qodef-title qodef-row-title col-12"><?php echo esc_html( $row_title ); ?></h3> <?php } ?> <?php $row_description = $this_object->get_description(); if ( ! empty( $row_description ) ) { ?> <p class="qodef-description qodef-row-description col-12"><?php echo esc_html( $row_description ); ?></p> <?php } ?> <?php foreach ( $this_object->get_children() as $child ) { $child->render(); } ?> </div> </div> </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