PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
plugins
/
wp-reviews-plugin-for-google
/
include
<?php defined('ABSPATH') or die('No script kiddies please!'); ?> <ul class="ti-step-list"> <?php foreach ($stepList as $i => $name): ?> <?php if ($i > 0): ?> <span class="ti-step-arrow"></span> <?php endif; ?> <?php $classList = []; if ($stepDone >= $i + 1) { $classList []= 'ti-done'; } else if ($stepDone == $i) { $classList []= 'ti-active'; } if ($stepCurrent === $i + 1) { $classList []= 'ti-current'; } ?> <li class="<?php echo esc_attr(implode(' ', $classList)); ?>"> <a href="<?php echo esc_attr(str_replace('%step%', $i + 1, $stepUrl)); ?>"> <span><?php echo esc_html($i + 1); ?></span> <div><?php echo esc_html($name); ?></div> </a> </li> <?php endforeach; ?> <div class="ti-step-buttons <?php if (isset($stepRightButton)): ?>ti-has-multiple<?php endif; ?>"> <?php if ($stepCurrent > 1): ?> <a href="<?php echo esc_attr(str_replace('%step%', $stepCurrent - 1, $stepUrl)); ?>" class="ti-btn ti-btn-default"><?php echo esc_html(__('Back', 'wp-reviews-plugin-for-google')); ?></a> <?php endif; ?> <?php if (isset($stepRightButton)): ?> <a href="<?php echo esc_attr(str_replace('%step%', $stepCurrent - 1, $stepUrl)); ?>" class="ti-btn <?php echo esc_attr($stepRightButton['class']); ?>"><?php echo esc_attr($stepRightButton['text']); ?></a> <?php endif; ?> </div> </ul>
[-] feature-request.php
[edit]
[-] admin.php
[edit]
[-] schema.php
[edit]
[-] rate-us-feedback-box.php
[edit]
[-] step-list.php
[edit]
[-] get-more-customers-box.php
[edit]
[-] activate.php
[edit]
[-] troubleshooting.php
[edit]
[-] elementor-widgets.php
[edit]
[-] update.php
[edit]
[-] uninstall.php
[edit]
[-] demo-widgets.php
[edit]
[+]
..
[-] shortcode-paste-box.php
[edit]
[-] cache-plugin-filters.php
[edit]