Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
templaza-framework
/
framework
/
fields
/
tz_loop
/
tmpl
/
File Content:
tz_loop.tpl.php
<?php defined('TEMPLAZA_FRAMEWORK') or exit; use TemPlazaFramework\Functions; //var_dump($this -> redux); if($redux = $this -> redux){ // $redux -> generate_panel(); ?> <script type="text/html" id="tmpl-tzfrm-field-tz_loop-template__field-<?php echo esc_attr($this->field['id']); ?>"> <?php $has_group = (isset($this -> field['group_fields']) && count($this -> field['group_fields']))?true:false; foreach ($redux -> sections as $k => $section) { echo '<div class="field-tz_loop-accordion-group"' .($has_group?' data-group-field="{{{data.group}}}" data-group-field-title="{{{data.group_title}}}"':'').'>'; echo '<fieldset class="redux-field">'; echo '<h3><span class="field-icon fas fa-map-marker-alt"></span><span class="title">{{{data.group_title}}}</span></h3>'; echo '<div>'; $section['class'] = isset($section['class']) ? ' ' . $section['class'] : ''; do_action("redux/page/{$redux->args['opt_name']}/section/before", $section); do_settings_sections( $redux->args['opt_name'] . $k . '_section_group' ); do_action("redux/page/{$redux->args['opt_name']}/section/after", $section); echo '</div>'; echo '</fieldset>'; echo '</div>'; } ?> </script> <?php } ?>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
redux-panel
---
0755
tz_loop.tpl.php
1353 bytes
0644
N4ST4R_ID | Naxtarrr